Downloads WorldClim Minimum Temperature layer
Source:R/get_worldclim.R
worldclim_min_temperature.Rd
This resource is published by Fick et al. (2017) "WorldClim 2: new 1-km spatial resolution climate surfaces for global land areas" and represents multiple climatic variables from which we will be requiring minimum temperature, maximum temperature, and mean precipitation layers. The layers are available to download for the period 1960 - 2021 on monthly basis from WorldClim.
Usage
get_worldclim_min_temperature(
years = 2000:2018,
resolution = c("2.5m", "5m", "10m")
)