Creates an Rpath.param
object from a series of .csv files.
Arguments
- modfile
file location of the flat file containing the model parameters.
- dietfile
file location of the flat file containing the diet parameters.
- pedfile
file location of the flat file containing the pedgigree parameters.
- stanzagroupfile
file location of the flat file containing the group parameters for multistanza groups. If not specified a blank stanza list will be created.
- stanzafile
file location of the flat file containing the individual stanza parameters for multistanza groups. If not specified a blank stanza list will be created.
Value
Outputs an Rpath.param
object that can be used for Rpath and subsequently
Rsim. (NOTE: This does function does not ensure data is correct or in the
correct locations.Run check.rpath.param()
to ensure the appropriate columns are
present).
See also
Other Rpath functions:
MTI()
,
check.rpath.params()
,
create.rpath.params()
,
frate.table()
,
rpath()
,
rpath.consumers()
,
rpath.detrital()
,
rpath.gears()
,
rpath.groups()
,
rpath.living()
,
rpath.mixotrophs()
,
rpath.producers()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.rpath.params()