View source: R/DoApplyAgeError.R
DoApplyAgeError | R Documentation |
Run the ageing error optimization routine
DoApplyAgeError(
Species = "AgeingError",
DataSpecs,
ModelSpecsInp,
AprobWght = 1e-06,
SlopeWght = 0.01,
SaveDir = getwd(),
verbose = FALSE
)
Species |
A string that will be used to create file names. Typically,
users will use the common name for the species of interest, especially if
you are saving files from multiple species in a single directory. Though,
the default is |
DataSpecs |
A data object returned from |
ModelSpecsInp |
A specification object returned from |
AprobWght , SlopeWght |
Numeric values passed to the model. The defaults are 1e-06 and 0.01. Andre originally had these hard coded from his workspace. TODO: decide if they should be passed in the specifications or data files. |
SaveDir |
A path, relative or absolute, to a directory where the results will be saved. The directory need not exist currently as it will be created dynamically. |
verbose |
A logical specifying if messages should be printed. The
default is to NOT print, i.e., |
Andre E. Punt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.