Description Usage Arguments Value Examples
fit_growth_spline fits a smooth spline to a tidy growth data set
1 2 3  | fit_growth_spline(df, time, data, ...)
fit_growth_spline_(df, time_col, data_col, ...)
 | 
df | 
 a data frame  | 
time | 
 column in   | 
data | 
 column in   | 
... | 
 Additional arguments to   | 
time_col | 
 String giving the name of the column in   | 
data_col | 
 String giving the name of the column in   | 
A growthcurve object
1 2 3 4 5 6 7  | ## Not run: 
fit_growth_spline(mydata, Time, OD600)
## End(Not run)
## Not run: 
fit_growth_spline_(mydata, "Time", "OD600")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.