write.config.BIOCRO.Rd
Writes a configuration files for the biocro model
write.config.BIOCRO(defaults = NULL, trait.values, settings, run.id)
named list with default model parameter 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)
pecan settings file configured for BioCro
integer; a unique identifier for the run.
nothing, writes configuration file as side effect