The IsothermalGrowth
class contains the results of a growth prediction
under isothermal conditions. Its constructor is predict_isothermal_growth
.
It is a subclass of list with the items:
simulation: A tibble with the model simulation.
model: The name of the model used for the predictions.
pars: A list with the values of the model parameters.
# S3 method for IsothermalGrowth
plot(x, y = NULL, ..., line_col = "black", line_size = 1, line_type = "solid")
The object of class IsothermalGrowth
to plot.
ignored
ignored.
Aesthetic parameter to change the colour of the line,
see: geom_line
Aesthetic parameter to change the thickness of the line,
see: geom_line
Aesthetic parameter to change the type of the line,
takes numbers (1-6) or strings ("solid") see: geom_line
plot.IsothermalGrowth
: plot of the predicted growth curve.