tfc_gha_plot | R Documentation |
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.
tfc_gha_plot(
...,
expand.x = c(-0.5, 0.5),
expand.y = c(-0.5, 2),
showplot = TRUE
)
... , expand.x , expand.y , showplot |
passed to |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.