Learn R Programming

coenocliner (version 0.2-3)

showParams: 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.

See Also

Gaussian and Beta for the species response model functions themselves.

Examples

Run this code
# NOT RUN {
showParams("gaussian")
# }

Run the code above in your browser using DataLab