Writes a configuration files for the biocro model

write.config.BIOCRO(defaults = NULL, trait.values, settings, run.id)

Arguments

defaults

named list with default model parameter values

trait.values

named list (or dataframe of trait values) can either be a data.frame or named list of traits, e.g. data.frame(vmax = 1, b0 = 2) or list(vmax = 1, b0 = 2)

settings

pecan settings file configured for BioCro

run.id

integer; a unique identifier for the run.

Value

nothing, writes configuration file as side effect