fit_growth_spline: Fit Smooth Splines to Growth Data

Description Usage Arguments Value Examples

Description

fit_growth_spline fits a smooth spline to a tidy growth data set

Usage

1
2
3

Arguments

df

a data frame

time

column in df that contains time data

data

column in df that contains growth data (default: TRUE)

...

Additional arguments to smooth.spline

time_col

String giving the name of the column in df that contains time data

data_col

String giving the name of the column in df that contains growth data

Value

A growthcurve object

Examples

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)

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