View source: R/function_mapping.R
get_model_data | R Documentation |
Provides information about the function for dynamic predictions associated
to a valid simulation_model
key.
If simulation_model
is missing or NULL
, a character vector
of valid model keys is provided.
This function is designed as an assistant for using the functions
predict_inactivation
and
fit_dynamic_inactivation
.
For the adjustment of isothermal experiments with the function
fit_isothermal_inactivation
, use the function
get_isothermal_model_data
.
get_model_data(simulation_model = NULL)
simulation_model |
(optional) character with a valid model key or
|
If simulation_model is NULL
or missing, a character vector of
possible names. Otherwise, a list including information of the relevant
function:
ode: Pointer to the function defining the model ode.
cost: Pointer to the function calculating the error of the approximation.
dtemp: logical defining whether the function requires the definition of the first derivative of temperature.
variables: a character vector defining which entry variables are needed by the model.
variables_priv: for internal use only.
parameters: character vector with the parameters needed by the model.
predict_inactivation
,
fit_dynamic_inactivation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.