showParams {coenocliner} | R Documentation |
List parameters of species response models
Description
Returns the parameters of the indicated response model.
Usage
showParams(model = c("gaussian", "beta"))
Arguments
model |
character; the species response model for which parameters will be listed |
Value
A character vector of parameters. The species response model is returned as attribute "model"
. Attribute "onlyx"
is a logical vector indicating which, if any, of the parameters are intended to be supplied only once per species and not for both gradients.
Author(s)
Gavin L. Simpson
See Also
Gaussian
and Beta
for the species response model functions themselves.
Examples
showParams("gaussian")
[Package coenocliner version 0.2-3 Index]