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