gha_plot {SeaVal}R Documentation

Plotting function with different map for Greater Horn of Africa

Description

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.

Usage

gha_plot(..., expand.x = c(-0.5, 0.5), expand.y = c(-0.5, 2))

ggplot_dt_shf(...)

ggplot_dt_gha_map(...)

Arguments

..., expand.x, expand.y

passed to ggplot_dt

Examples

dt = chirps_monthly[lon %between% c(30,40) & lat < 0 & month == 11 & year == 2020]
pp = gha_plot(dt)
if(interactive()) plot(pp)


[Package SeaVal version 1.1.1 Index]