Description Usage Arguments Author(s)
View source: R/EcologyModels.R
the GRAlogis2k set
GRAlogis2k - A family of 2 parameter logistic functions for
gradient modelling. These models are usually used to predict frequency,
a probabily or fractions over x (distance, time, concentration). The 2k
version is bound to the range [0,1].
The set includes an inverse and differential, which
give the inverse estimate (x at a given y) or
dy/dx rates over x.
1 2 3 4 5  | GRAlogis2k(x, beta0, beta1, beta3, betas = NULL)
GRAilogis2k(y, beta0, beta1)
GRAdlogis2k(M, r)
 | 
x | 
 the gradient (size, time, concentration)  | 
beta0 | 
 intercept  | 
beta1 | 
 rate of increase  | 
betas | 
 vector to input all parameters in one go  | 
y | 
 prediction, used in the inverse form  | 
Marco D. Visser
Marco D. Visser
Marco D. Visser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.