Description Usage Arguments Value
View source: R/calculateNicheOverlapProbability.R
Generate subsample Moran's I values for niche overlap given two species occurrence data.
1 2 | calculateNicheOverlapProbability(species_models, background_data,
predictors, iterations, cores = 1)
|
species_models |
A list of species lists where each contains a path, predictive_map, occurrence_data, and args element. |
background_data |
Dataframe of selected background coordinates and extracted environmental predictor data. |
predictors |
A RasterStack of RasterLayer objects representing the environmental predictors. |
iterations |
Number of random replicates to run for each species combination. |
cores |
Number of cores to use. Defaults to a single core; specify more for multiprocessing. |
A dataframe containing the species combination, the real Moran's I, all replicate Moran's I values, and a P value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.