al_tracking_chart: al_tracking_chart

View source: R/tracking_chart.R

al_tracking_chartR Documentation

al_tracking_chart

Description

Build tracking chart centered on Atlantic Basin.

Usage

al_tracking_chart(...)

Arguments

...

Additional parameters for tracking_chart and ggplot2

Value

ggplot2 object centered on Atlantic basin.

See Also

tracking_chart

Examples

## Not run: 
# Build map with white land areas, thin black borders
al_tracking_chart(color = "black", size = 0.1, fill = "white")

# 50nm resolution, no states
al_tracking_chart(res = 50, states = FALSE, color = "black", size = 0.1,
          fill = "white")

# 50nm resolution, coastlines only
al_tracking_chart(countries = FALSE, res = 50, color = "black", size = 0.1,
          fill = "white")

# Adding and modifying with ggplot functions
al_tracking_chart(color = "black", size = 0.1, fill = "white") +
  ggplot2::labs(x = "Lon", y = "Lat",
  title = "Base Atlantic Tracking Chart")

## End(Not run)

timtrice/rrricanes documentation built on Oct. 11, 2023, 2:25 a.m.