chirps_ver_map_quantiles {SeaVal} | R Documentation |
Calculates and saves the quantiles of CHIRPS data required for verification maps.
Description
Calculates and saves the quantiles of CHIRPS data required for verification maps.
Usage
chirps_ver_map_quantiles(
clim_period = 1991:2020,
version = "UCSB",
resolution = "low",
CHIRPS_dir = chirps_dir(),
seasons = TRUE
)
Arguments
clim_period |
which years should be considered for the quantiles. |
version |
which version of CHIRPS, 'UCSB' or 'ICPAC'? Can be a vector with both. |
resolution |
If this is set to 'high', the quantiles are also calculated for high-resolution CHIRPS data. This is not nicely implemented right now and will take a lot of memory and time. |
CHIRPS_dir |
directory the CHIRPS data is stored in. |
seasons |
Are we plotting for seasonal or monthly forecasts? |
Value
data table with quantiles.
Examples
## Not run: chirps_ver_map_quantiles()
[Package SeaVal version 1.2.0 Index]