Creates a series of .csv files from an Rpath.params object.
write.rpath.params(Rpath.params, eco.name, path = "")
R object containing the Rpath parameters. Most likely this was created using create.rpath.params or read.rpath.params.
ecosystem name that will be included in all the file names.
location for the output files.
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".
Other Rpath functions:
MTI()
,
adjust.forcing()
,
check.rpath.params()
,
create.rpath.params()
,
extract.node()
,
frate.table()
,
read.rpath.params()
,
rpath()
,
rpath.groups()
,
rpath.stanzas()
,
stanzaplot()
,
webplot()
,
write.Rpath()
,
write.Rsim()