IsothermalGrowth class
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 class 'IsothermalGrowth' plot(x, y = NULL, ..., line_col = "black", line_size = 1, line_type = "solid")
x |
The object of class |
y |
ignored |
... |
ignored. |
line_col |
Aesthetic parameter to change the colour of the line,
see: |
line_size |
Aesthetic parameter to change the thickness of the line,
see: |
line_type |
Aesthetic parameter to change the type of the line,
takes numbers (1-6) or strings ("solid") see: |
plot.IsothermalGrowth
: plot of the predicted growth curve.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.