sigmoid,FLQuant,FLPar-method | R Documentation |
sigmoid ogive
## S4 method for signature 'FLQuant,FLPar'
sigmoid(age, params, ...)
age |
FLQuant, FLPar or numeric with ages |
params |
|
... |
any other arguments |
The sigmoid ogive is an S-shaped or sigmoid curve or sigmoidal functions, Verhulst hypothesizes that small populations increase geometrically, because the supply of resources exceeds demand. Then, as supply and demand balance, population growth is constant. Finally, as demand exceeds supply, population growth decreases at the same rate that it had increased. Verhulst describes this process with an equation that enables him to predict when a population will reach any given size (see Verhulst's Figure):
returns an object of same type as age
e.g. FLQuant
knife
, dnormal
, logistic
dnormal,knife
## Not run:
params=FLPar(a50=4,ato95=1)
age=FLQuant(1:10,dimnames=list(age=1:10))
sigmoid(age,params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.