powered by
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.
ggplot_dt
gha_plot(..., expand.x = c(-0.5, 0.5), expand.y = c(-0.5, 2))ggplot_dt_shf(...)ggplot_dt_gha_map(...)
ggplot_dt_shf(...)
ggplot_dt_gha_map(...)
passed to ggplot_dt
dt = chirps_monthly[lon %between% c(30,40) & lat < 0 & month == 11 & year == 2020] pp = gha_plot(dt) if(interactive()) plot(pp)
Run the code above in your browser using DataLab