vonB: vonB

Description Usage Arguments See Also Examples

Description

Von Bertalanffy growth equation

Usage

1
vonBFn(x, par)

Arguments

par
age

#'

See Also

gompertz

Examples

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

## End(Not run)

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