Usage
create_CRU_stack(pre = FALSE, pre_cv = FALSE, rd0 = FALSE, tmp = FALSE,
dtr = FALSE, reh = FALSE, tmn = FALSE, tmx = FALSE, sunp = FALSE,
frs = FALSE, wnd = FALSE, elv = FALSE)
Arguments
pre
Logical. Fetch precipitation (millimetres/month) from server and
return in a raster stack? Defaults to FALSE.
pre_cv
Logical. Fetch cv of precipitation (percent) from server and
return in a raster stack? Defaults to FALSE.
rd0
Logical. Fetch wet-days (number days with >0.1 millimetres rain
per month) and return in a raster stack? Defaults to FALSE.
tmp
Logical. Fetch temperature (degrees Celsius) and return it in the
raster stack? Defaults to FALSE.
dtr
Logical. Fetch mean diurnal temperature range (degrees Celsius)
and return it in a raster stack? Defaults to FALSE.
reh
Logical. Fetch relative humidity and return it in a raster stack?
Defaults to FALSE.
tmn
Logical. Calculate minimum temperature values (degrees Celsius)
and return it in a raster stack? Defaults to FALSE.
tmx
Logical. Calculate maximum temperature (degrees Celsius) and
return it in a raster stack? Defaults to FALSE.
sunp
Logical. Fetch sunshine, percent of maximum possible (percent of
day length) and return it in raster stack? Defaults to FALSE.
frs
Logical. Fetch ground-frost records (number of days with ground-
frost per month) and return it in raster stack? Defaults to FALSE.
wnd
Logical. Fetch 10m wind speed (metres/second) and return it in the
raster stack? Defaults to FALSE.
elv
Logical. Fetch elevation (converted to metres) and return it in a
raster layer object? Defaults to FALSE.