View source: R/load_ext_data.R
load_ext_data | R Documentation |
This function loads external datasets available at extdata package folder
load_ext_data(x = "spp_sites")
x |
dataset to be loaded |
These are the available datasets:
spp_sites: a SpatRaster with randomly generated presence-absence data for five species.
SpatRaster object
# load random species distributions
library(SESraster)
library(terra)
r <- load_ext_data()
plot(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.