IsothermalGrowth {biogrowth}R Documentation

IsothermalGrowth class

Description

[Superseded]

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:

Usage

## 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, ...)

Arguments

x

The object of class IsothermalGrowth to plot.

...

ignored

y

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()

ylims

Two-dimensional numeric vector with the limits of the y-axis (or NULL, which is the default)

label_y

Title of the y-axis

label_x

Title of the x-axis

object

an instance of IsothermalGrowth

Methods (by generic)


[Package biogrowth version 1.0.3 Index]