View source: R/isothermal_fit.R
get_isothermal_model_data | R Documentation |
Provides information of the models implemented for fitting of isothermal
data.
This models are valid only for isothermal adjustment with the function
fit_isothermal_inactivation
. To make predictions with the
function predict_inactivation
or adjust dynamic experiments
with fit_dynamic_inactivation
, use
get_model_data
.
get_isothermal_model_data(model_name = "valids")
model_name |
Optional string with the key of the model to use. |
If model_name
is missing, a list of the valid model keys.
If model_name
is not a valid key, NULL is returned.
Otherwise, a list with the parameters of the model selected and its
formula
for the nonlinear adjustment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.