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
)A ggplot2::ggplot() comparing the model prediction against the data
Tibble (or data.frame) of data for the fit. The shape of the data will depend on the
fitting mode (see fit_coupled_growth())
Named vector with the initial guess of the model parameters
the type of model fitting approach. Either two_steps (fitted from the
values of mu and lambda) or one_step (fitted from logN)
Base for the definition of mu. By default, exp(1) (natural logarithm).
Base for the definition of logN. By default, 10 (decimal logarithm).