View source: R/tracking_chart.R
ep_tracking_chart | R Documentation |
Build tracking chart centered on northeast Pacific Basin.
ep_tracking_chart(...)
... |
Additional parameters for ggplot2 |
ggplot2 object centered on northeast Pacific basin.
tracking_chart
## Not run:
# Build map with white land areas, thin black borders
ep_tracking_chart(color = "black", size = 0.1, fill = "white")
# 50nm resolution, no states
ep_tracking_chart(res = 50, states = FALSE, color = "black", size = 0.1,
fill = "white")
# 50nm resolution, coastlines only
ep_tracking_chart(countries = FALSE, res = 50, color = "black", size = 0.1,
fill = "white")
# Adding and modifying with ggplot functions
ep_tracking_chart(color = "black", size = 0.1, fill = "white") +
ggplot2::labs(x = "Lon", y = "Lat",
title = "Base East Pacific Tracking Chart")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.