showParams {coenocliner} | R Documentation |
Returns the parameters of the indicated response model.
showParams(model = c("gaussian", "beta"))
model |
character; the species response model for which parameters will be listed |
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.
Gavin L. Simpson
Gaussian
and Beta
for the species response model functions themselves.
showParams("gaussian")