subsampleNicheOverlap: Generate subsample values for niche overlap given two species...

Description Usage Arguments Value

View source: R/calculateNicheOverlapProbability.R

Description

Generate subsample values for niche overlap given two species occurrence data.

Usage

1
2
subsampleNicheOverlap(occurrence_data1, args1, occurrence_data2, args2,
  background_data, predictors, iterations, cores)

Arguments

occurrence_data1

An occurrence dataframe containing cooridnates and environmental data at each coordinate.

args1

Arguments, including hyperparameters, to use when training the first pseudo model.

occurrence_data2

An occurrence dataframe containing cooridnates and environmental data at each coordinate.

args2

Arguments, including hyperparameters, to use when training the second pseudo model.

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 subsample values to generate.

cores

Number of cores to use.

Value

A list of subsampled niche overlap values.


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