IsothermalGrowth | R Documentation |
The class IsothermalGrowth has been superseded by the top-level class GrowthPrediction, which provides a unified approach for growth modelling.
Still, it is still returned if the superseded predict_isothermal_growth()
is called.
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'
print(x, ...)
## S3 method for class 'IsothermalGrowth'
plot(
x,
y = NULL,
...,
line_col = "black",
line_size = 1,
line_type = "solid",
ylims = NULL,
label_y = NULL,
label_x = "time"
)
## S3 method for class 'IsothermalGrowth'
coef(object, ...)
x |
The object of class IsothermalGrowth to plot. |
... |
ignored |
y |
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: |
ylims |
Two-dimensional numeric vector with the limits of the y-axis
(or |
label_y |
Title of the y-axis |
label_x |
Title of the x-axis |
object |
an instance of IsothermalGrowth |
print(IsothermalGrowth)
: print of the model
plot(IsothermalGrowth)
: plot of the predicted growth curve.
coef(IsothermalGrowth)
: coefficients of the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.