get_climate_rasters: Get 30s climate raster datasets - average temperature and...

View source: R/compute_climate_variables.R

get_climate_rastersR Documentation

Get 30s climate raster datasets - average temperature and precipitation (1970-2000)

Description

Get 30s climate raster datasets - average temperature and precipitation (1970-2000)

Usage

get_climate_rasters(var = NULL, file_path = NULL)

Arguments

var

use "tavg" for average temperature rasters and "prec" for precipitation rasters - pass as character value

file_path

path location

Value

climatic variable rasters

Examples



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)



Ohm-Np/openRspat documentation built on June 23, 2022, 3:03 p.m.