plot.growthcurve: Plot Growth Data and its Fitted Growth Curve

Description Usage Arguments Examples

Description

Plot Growth Data and its Fitted Growth Curve

Usage

1
2
3
## S3 method for class 'growthcurve'
plot(x, y = NULL, show_fit = TRUE, show_data = TRUE,
  show_maxrate = TRUE, show_asymptote = FALSE, ...)

Arguments

x

A fit for some growth data (a growthcurve object)

y

Not used

show_fit

Whether or not to show the fitted curve (default: TRUE)

show_data

Whether or not to show the original data (default TRUE)

show_maxrate

Whether or not to show a tangent line where the maximum growth rate occurs (default TRUE)

show_asymptote

Whether or not to indicate the maximum growth level (default FALSE)

...

Optional formatting arguments. Includes xlab, ylab, title, subtitle, fit.color, fit.linetype, fit.size, data.color, data.fill, data.shape, data.size, data.stroke, maxrate.color, maxrate.linetype, maxrate.size, asymptote.color, asymptote.linetype, asymptote.size

Examples

1
2
3
4
5
6
## Not run: 
# Get a logistic fit for some data and plot it
lfit <- fit_growth_logistic(mydata, Time, OD600)
plot(lfit)

## End(Not run)

briandconnelly/growthcurve documentation built on May 13, 2019, 5:13 a.m.