Description Usage Arguments Value
View source: R/calculateNicheOverlapProbability.R
Generate subsample values for niche overlap given two species occurrence data.
1 2 | subsampleNicheOverlap(occurrence_data1, args1, occurrence_data2, args2,
background_data, predictors, iterations, cores)
|
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. |
A list of subsampled niche overlap values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.