View source: R/DryingKineticModels.R
| fit_all_models | R Documentation |
Calls all individual model-fitting functions and returns results as a named list.
fit_all_models(dat, models = NULL)
dat |
A data frame with columns |
models |
Optional character vector of model names to fit. If
|
A named list. Each element is the list returned by the
corresponding fit_*() function. Length 20 if models
is NULL, otherwise length(models).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.