View source: R/niche_parameters.R
niche_parameters | R Documentation |
Estimates niche parameters
niche_parameters(
x,
y,
type = c("region", "global"),
centroid.w = F,
rnd.test = F,
quantile = 0.75,
np.type = "unimodal",
np.metric = c("median", "mean", "max"),
cor = F,
rep = 100,
rand = 1,
alternative = c("greater", "lower")
)
x |
NINA model |
y |
Optional. NINA model |
type |
String indicating the scale of the analysis. Default is "region" |
centroid.w |
logical whether to weight niche overlap by distance to niche centroid |
rnd.test |
Logical to indicate if randomization tests are to be estimated |
quantile |
If |
np.type |
If |
np.metric |
If |
cor |
Logical whether to use environmentally corrected densites |
rep |
Number of random samples to carry out the statistic tests |
rand |
Directions of the comparisons. 1 performs all tests with argument 'x' as base of all comparisons. 2 uses argument 'y'. Default is 1. |
alternative |
String indicating the alternative hypothesis. Default is "greater". |
Returns an error if filename
does not exist.
Data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.