WorldClim climate data
Download WorldClim data
worldclim_global(var, res, path) worldclim_country(country, var, path) worldclim_tile(var, lon, lat, path)
var |
character. Valid variables names are "tmin", "tmax", "tavg", "prec" and "bio" |
res |
numeric. Valid resolutions are 10, 5, 2.5, and 0.5 (minutes of a degree) |
path |
character. Path where to download the data to |
country |
character. Country name or code |
lon |
numeric. Longitude |
lat |
numeric. Latitude |
SpatRaster
lux <- worldclim_country("Luxembourg", var="tmin", path=tempdir())
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.