tfc_gha_plot: Plotting function with different map for Greater Horn of...

tfc_gha_plotR 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 tfc_plot().

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)


SeaVal documentation built on June 24, 2024, 5:15 p.m.