View source: R/BioeconomicParams-class.R
BioeconomicParams | R Documentation |
BioeconomicParams
classA constructor for the BioeconomicParams
class.
BioeconomicParams(file)
file |
A csv file contatining the input parameters and their values |
The file
params csv file should contain all parameter values required to run the model (see the BioeconomicParams
class definition for a full list of required parameters), the first column containing the parameter names and the second column containing the corresponding values.
An object of type BioeconomicParams
## Not run: params <- BioeconomicParams(file = "params.csv") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.