Creates an Rpath.param object from a series of .csv files.
read.rpath.params(
modfile,
dietfile,
pedfile = NA,
stanzagroupfile = NA,
stanzafile = NA
)
file location of the flat file containing the model parameters.
file location of the flat file containing the diet parameters.
file location of the flat file containg the pedgigree parameters.
file location of the flat file containing the group parameters for multistanza groups. If not specified a blank stanza list will be created.
file location of the flat file containing the individual stanza parameters for multistanza groups. If not specified a blank stanza list will be created.
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).
Other Rpath functions:
MTI()
,
adjust.forcing()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
rpath()
,
rpath.groups()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.Rsim()
,
write.rpath.params()