View source: R/guess_coupled.R
show_guess_coupled | R Documentation |
Compares the prediction corresponding to a guess of the parameters of the Baranyi-Ratkowsky model against experimental data
show_guess_coupled(
fit_data,
guess,
mode = "two_steps",
logbase_mu = exp(1),
logbase_logN = 10
)
fit_data |
Tibble (or data.frame) of data for the fit. The shape of the data will depend on the
fitting |
guess |
Named vector with the initial guess of the model parameters |
mode |
the type of model fitting approach. Either |
logbase_mu |
Base for the definition of mu. By default, |
logbase_logN |
Base for the definition of logN. By default, 10 (decimal logarithm). |
A ggplot2::ggplot()
comparing the model prediction against the data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.