gompertz: gompertz

Description Usage Arguments See Also Examples

Description

Gompertz growth equation

Usage

1
gompertz(par, age)

Arguments

par

FLPar with parameters for linf, a, b

age

#'

See Also

vonB

Examples

1
2
3
4
5
6
## Not run: 
par=FLPar(linf=100,t0=0,k=.4)
age=FLQuant(1:10,dimnames=list(age=1:10))
len=gompertz(par,age)

## End(Not run)

laurieKell/lh documentation built on May 20, 2019, 7:59 p.m.