Skip to contents

Creates a series of .csv files from an Rpath.params object.

Usage

write.rpath.params(Rpath.params, eco.name, path = "")

Arguments

Rpath.params

R object containing the Rpath parameters. Most likely this was created using create.rpath.params() or read.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".