Creates a series of .csv files from an Rpath.params
object.
Arguments
- Rpath.params
R object containing the Rpath parameters. Most likely this was created using
create.rpath.params()
orread.rpath.params()
.- eco.name
ecosystem name that will be included in all the file names.
- path
location for the output files.
Value
Outputs a series of .csv files named by the provided eco.name and the parameters they represent. For example the model parameters will be named "eco.name_model.csv".
See also
Other Rpath functions:
MTI()
,
check.rpath.params()
,
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()