Description Usage Arguments Details Value Examples
scale10
scales an environmental gradient to the range 0-10.
Optionally, it can invert the scale. This is essential for use with
est_brc
.
1 |
env_grad |
numeric vector of environmental gradient scores, one for each site. |
invert |
logical indicating if |
scale10
is used to scale an environmental gradient for use in
generating Biotic Response Curves with est_brc
. The reference
gradient returned by scale10
has minimum 0 and maximum 10. If the
input environmental gradient has larger values for less desirable sites, use
invert = TRUE
to invert the gradient so that 10 represents the most
desirable condition.
A numeric vector with env_grad
scaled to 0-10.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.