tfc_gha_plot {SeaVal} | R Documentation |
Plotting function with different map for Greater Horn of Africa
Description
This function wraps tfc_plot()
, 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
tfc_gha_plot(
...,
expand.x = c(-0.5, 0.5),
expand.y = c(-0.5, 2),
showplot = TRUE
)
Arguments
... , expand.x , expand.y , showplot |
passed to |
Examples
dt = tfc_from_efc(ecmwf_monthly[month == 11 & lat < 0])
pp = tfc_gha_plot(dt[year == 2018], expand.y = c(0.5,0.5))
if(interactive()) plot(pp)
[Package SeaVal version 1.2.0 Index]