if (FALSE) {
# load data
cs_pus <- sf::read_sf(
system.file("extdata", "cs_pus.gpkg", package = "raptr")
)
cs_spp <- terra::rast(
system.file("extdata", "cs_spp.tif", package = "raptr")
)
cs_space <- terra::rast(
system.file("extdata", "cs_space.tif", package = "raptr")
)
# plot data
plot(cs_pus)
plot(cs_spp)
plot(cs_space)
}
Run the code above in your browser using DataLab