gha_plot | R Documentation |
This essentially wraps ggplot_dt
, but uses a different map for borders.
The map is part of the package and is the one currently used during GHACOFs at ICPAC.
gha_plot(..., expand.x = c(-0.5, 0.5), expand.y = c(-0.5, 2))
ggplot_dt_shf(...)
ggplot_dt_gha_map(...)
... , expand.x , expand.y |
passed to |
dt = chirps_monthly[lon %between% c(30,40) & lat < 0 & month == 11 & year == 2020]
pp = gha_plot(dt)
if(interactive()) plot(pp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.