View source: R/compute_climate_variables.R
get_climate_rasters | R Documentation |
Get 30s climate raster datasets - average temperature and precipitation (1970-2000)
get_climate_rasters(var = NULL, file_path = NULL)
var |
use "tavg" for average temperature rasters and "prec" for precipitation rasters - pass as character value |
file_path |
path location |
climatic variable rasters
file_path <- ".." # path to the folder where you want to download the rasters # Download average temperature rasters get_climate_rasters(var = "tavg", file_path=file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.