ver_map_chirps {SeaVal}R Documentation

Plot a verification map of percentiles based on precomputed CHIRPS quantiles.

Description

The quantiles should be computed and saved by the function chirps_ver_map_quantiles.

Usage

ver_map_chirps(
  mm = month(Sys.Date() - 60),
  yy = year(Sys.Date() - 60),
  version = "UCSB",
  resolution = "low",
  ...
)

Arguments

yy, mm

The year and month for which to show the verification map. Defaults to the month 60 days ago (in order to avoid using preliminary data).

version

which CHIRPS version to use.

resolution

Spatial resolution, 'high' or 'low'

...

passed on to ver_map.

Value

A gg object

Examples

 # takes a while:
if(interactive()) ver_map_chirps(mm = 12,yy = 2022)



[Package SeaVal version 1.2.0 Index]