chirps_ver_map_quantiles: Calculates and saves the quantiles of CHIRPS data required...

View source: R/quantiles.R

chirps_ver_map_quantilesR 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()


SeaVal documentation built on June 24, 2024, 5:15 p.m.