vonB,FLQuant,FLPar-method | R Documentation |
Von Bertalanffy growth equation
## S4 method for signature 'FLQuant,FLPar'
vonB(age, params, ...)
age |
FLQuant, FLPar or numeric object with values corresponding to ages |
params |
|
... |
other arguments |
Returns an object of same class as age
e.g. FLQuant
gompertz
, gascuel
, richards
## Not run:
params=FLPar(linf=100,t0=0,k=.4)
age=FLQuant(1:10,dimnames=list(age=1:10))
len=vonB(age,params)
#inverse growth curve
vonB(params=params,length=len)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.