richards: Richards growth curve

richards,FLQuant,FLPar-methodR Documentation

Richards growth curve

Description

Richards growth equation

Usage

## S4 method for signature 'FLQuant,FLPar'
richards(age, params, ...)

Arguments

age

FLQuant, FLPar or numeric object with values corresponding to ages

params

FLPar object with parameters linf, k and t0

...

other arguments

Value

Returns an object of same class as age e.g. FLQuant

See Also

vonB, gompertz, gascuel

Examples

## Not run: 
age=FLQuant(1:10,dimnames=list(age=1:10))
len=richards(age,FLPar(linf=100,k=.4,b=.1,m=2))

## End(Not run)

flr/FLife documentation built on March 29, 2024, 5:50 p.m.