chirps_ver_map_quantiles | R Documentation |
Calculates and saves the quantiles of CHIRPS data required for verification maps.
chirps_ver_map_quantiles(
clim_period = 1991:2020,
version = "UCSB",
resolution = "low",
CHIRPS_dir = chirps_dir(),
seasons = TRUE
)
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? |
data table with quantiles.
## Not run: chirps_ver_map_quantiles()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.