overlap_metrics | R Documentation |
Helper function to compute overlap metrics
overlap_metrics(
comparison_matrix,
background,
mahalanobis,
suitability,
return_background = TRUE
)
comparison_matrix |
matrix resulted from using the |
background |
matrix of environmental variables to be used as background. |
mahalanobis |
matrix of mahalanobis distances calculated for all niches to be compared. |
suitability |
matrix of suitability values calculated for all niches to be compared. |
A list of two data.frames containing metrics of overlap and other data useful for plotting results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.