plot.gompertz {MicrobialGrowth}R Documentation

Gompertz plot function

Description

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

Usage

## S3 method for class 'gompertz'
plot(x, ...)

Arguments

x

gompertz-object.

...

further arguments passed to or from other methods.

Value

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

See Also

plot.MicrobialGrowth


[Package MicrobialGrowth version 1.0.0 Index]