check_primary_pars {biogrowth} | R Documentation |
Basic check of parameters for primary models
Description
Checks that: the model name is correct, the right number of model parameters have been defined and that the parameters have the right names
Usage
check_primary_pars(model_name, pars)
Arguments
model_name |
Model identifier |
pars |
A named list of model parameters |
Value
If there is no error, the model function.
[Package biogrowth version 1.0.4 Index]