exponential_decline_nls: exponential_decline_nls

Description Usage Arguments Examples

Description

Least-squares estimates of the parameters of a exponential growth curve

Usage

1
exponential_decline_nls(time, abundance, do.interval = F)

Arguments

time

Numeric vector of time since start of measurement (currently does not use date format)

abundance

Abundance (eg. Optical density, counts etc).

do.interval

Logical: should a 95% confidence interval be produced

Examples

1
2
3
4
5
data(navicula_growth)
fitted.readings <- with(navicula_growth,
                       exponential_growth_nls(time=Time,
                                           abundance=ABS))
head(fitted.readings)

low-decarie/growthcurves documentation built on May 21, 2019, 7:50 a.m.