ver_map_chirps | R Documentation |
The quantiles should be computed and saved by the function chirps_ver_map_quantiles
.
ver_map_chirps(
mm = month(Sys.Date() - 60),
yy = year(Sys.Date() - 60),
version = "UCSB",
resolution = "low",
...
)
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. |
A gg object
# takes a while:
if(interactive()) ver_map_chirps(mm = 12,yy = 2022)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.