read.rpath.params | R Documentation |
Creates an Rpath.param object from a series of .csv files.
read.rpath.params(
modfile,
dietfile,
pedfile = NA,
stanzagroupfile = NA,
stanzafile = NA
)
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 containg 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. |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.