View source: R/niche_overlap.R
niche_overlap | R Documentation |
Estimates the proportion of niche overlap between two niche objects of class NINA. The function uses the Schoener's D metric with an optional implementation that weights niche differences in base to the proximity to the niche centroid of the first argument.
niche_overlap(
x,
y,
cor = F,
centroid.w = F,
type = "unimodal",
method = "median",
quantile = 0.95
)
x |
NINA niche object |
y |
NINA niche object |
cor |
Logical whether to use environmentally corrected densites |
centroid.w |
logical whether to weight niche overlap by distance to niche centroid |
type |
If |
method |
If |
quantile |
If |
Numeric value indicating the proportion of niche overlap between two niches
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.