Learn R Programming

biogrowth (version 0.2.0)

IsothermalGrowth: IsothermalGrowth class

Description

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.

Usage

# S3 method for IsothermalGrowth
plot(x, y = NULL, ..., line_col = "black", line_size = 1, line_type = "solid")

Arguments

x

The object of class IsothermalGrowth to plot.

y

ignored

...

ignored.

line_col

Aesthetic parameter to change the colour of the line, see: geom_line

line_size

Aesthetic parameter to change the thickness of the line, see: geom_line

line_type

Aesthetic parameter to change the type of the line, takes numbers (1-6) or strings ("solid") see: geom_line

Functions

  • plot.IsothermalGrowth: plot of the predicted growth curve.