extract_enm2 | R Documentation |
The function extract_enm2
extract_enm2(enm, geoshape, id0, id, th = NA, multipar = FALSE, ncores = 1)
enm |
input raster data (usually a species distribution model, SDM) |
geoshape |
input shapefile with boundaries of geometries to summarize the raster data for |
id0 |
part of |
id |
subset in |
th |
threshold of suitability used to calculate RSA. If not provided, the RSA is not calculated. |
multipar |
use multicore processors to perform the function in parallel (default is false) |
ncores |
tell the function to use a set number of cores if |
Dataframe (tibble) that contains columns that include summary statistics from the input.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.