# \donttest{
# Fetch hurricane data:
hurricanes <- get_hurricanes()
#
# Plot output using package's built-in ggplot2 defaults
plot_hurricanes(hurricanes)
# Or just call plot_hurricanes(), which defaults to get_hurricanes() dataset
plot_hurricanes()
p <- plot_hurricanes(hurricanes, print = FALSE)
# Modify plot such as: p + ggplot2::labs(title='Growing number of North Atlantic named storms') # }
Run the code above in your browser using DataLab