Logical check that the parameter files are filled out correctly, i.e. data is entered where it is expected.
Arguments
- Rpath.params
R object containing the parameters needed to create a
Rpath
model. This is generated either by thecreate.rpath.params()
orread.rpath.params()
functions.
Value
Checks Rpath parameter files for consistency. An error message will be produced if one of the logical checks fails. Checks include: verification that all types are represented (e.g. consumer, producer, detrital, and fleet); check if input parameters were entered correctly; check if Diet columns sum to 1. (NOTE: This does not ensure data is correct just that it is in the right places).
See also
Other Rpath functions:
MTI()
,
create.rpath.params()
,
frate.table()
,
read.rpath.params()
,
rpath()
,
rpath.consumers()
,
rpath.detrital()
,
rpath.gears()
,
rpath.groups()
,
rpath.living()
,
rpath.mixotrophs()
,
rpath.producers()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.rpath.params()