Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class '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.


biogrowth

Modelling of Population Growth

v0.2.0
GPL-3
Authors
Alberto Garre [aut, cre] (<https://orcid.org/0000-0002-4404-3550>), Jeroen Koomen [aut], Heidy den Besten [aut], Marcel Zwietering [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.