load_paleoclim | R Documentation |
Loads a PaleoClim data file (.zip
format) into R as a SpatRaster
.
load_paleoclim(file, as = c("terra", "raster"))
file |
Character. Path to a *.zip file downloaded from PaleoClim. |
as |
Character. |
SpatRaster
object (see terra::rast()
) with each bioclimatic variable
as a separate named layer.
file <- system.file("testdata", "LH_v1_10m_cropped.zip",
package = "rpaleoclim")
load_paleoclim(file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.