Skip to content

A GeoTIFF with current bioclimatic variables for Costa Rica.

Format

GeoTIFF file, readable with terra::rast().

Details

This file is stored in inst/extdata/ and can be accessed with: terra::rast(system.file("extdata", "bioclim_current.tif", package = "h3sdm"))

Examples

library(terra)
#> terra 1.8.60
bio <- terra::rast(system.file("extdata", "bioclim_current.tif", package = "h3sdm"))