buffer_sdm | R Documentation |
Create buffer around records in occ_data
to be used as study area
buffer_sdm(occ_data, size = NULL, crs = NULL)
occ_data |
A |
size |
|
crs |
|
A sf
buffer around occ_data
records.
Luíz Fernando Esser (luizesser@gmail.com) https://luizfesser.wordpress.com
GBIF_data
# Create sdm_area object:
study_area <- buffer_sdm(occ, size=50000, crs=6933)
plot(study_area)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.