calculateNicheOverlapProbability: Generate subsample Moran's I values for niche overlap given...

Description Usage Arguments Value

View source: R/calculateNicheOverlapProbability.R

Description

Generate subsample Moran's I values for niche overlap given two species occurrence data.

Usage

1
2
calculateNicheOverlapProbability(species_models, background_data,
  predictors, iterations, cores = 1)

Arguments

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.

Value

A dataframe containing the species combination, the real Moran's I, all replicate Moran's I values, and a P value.


jscavetta95/maxentools documentation built on Dec. 8, 2019, 1:26 p.m.