secondary_model_data {biogrowth} | R Documentation |
Metainformation of secondary growth models
Description
Provides different types of meta-data about the secondary growth models included
in biogrowth. This information is the basis of the automatic checks, and can also
help in the definition of models for predict_growth()
and fit_growth()
.
Usage
secondary_model_data(model_name = NULL)
Arguments
model_name |
The name of the model or |
Value
If model_name is NULL
, returns a character string with the available models.
If is a valid identifier, it returns a list with metainformation about the model.
If model_name name is not a valid identifier, raises an error.
[Package biogrowth version 1.0.4 Index]