tidy.growthcurve: Tidy a Fitted Growth Curve into a Summary data.frame

Description Usage Arguments Value Note Examples

Description

tidy.growthcurve provides a summary data frame for a growth curve that is compatible with- and follows the naming conventions of broom-package.

Usage

1

Arguments

x

A fit for some growth data (a growthcurve object)

...

Additional arguments (not used)

Value

A data.frame

Note

This function requires the broom package.

Examples

1
2
3
4
5
## Not run: 
# Fit the data given in columns Time and OD600
myfit <- fit_growth_gompertz(mydata, Time, OD600)
tidy(myfit)
## End(Not run)

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