plot.linear: Linear plot function

View source: R/linear.R

plot.linearR Documentation

Linear plot function

Description

Default plot.MicrobialGrowth function can be overwritten with the following function

Usage

## S3 method for class 'linear'
plot(x, base = NULL, ...)

Arguments

x

linear-object.

base

base used for plot y-scaling.

...

further arguments passed to or from other methods.

Value

No return value, called to plot a MicrobialGrowth-object based on the linear model.

See Also

plot.MicrobialGrowth


MicrobialGrowth documentation built on April 12, 2025, 1:34 a.m.