get_wind_profiles | R Documentation |
This function takes a single HURDAT2 observation retreived from load_hurdat_track()
and returns a wind profileis used to download, parse, and format the current tropical storm database
get_wind_profiles(obs)
obs |
SpatialPointsDataFrame: a single hurricane observation represented by
a single row of an object returned from |
# Download recent data from HURDAT2 (NOAA)
fetch_best_tracks_data(hurdat_database)
track = load_hurdat_track('AL142018') # Load data from hurricane Micahel
observation = track[17,] #select a single observation to analyze
get_wind_profiles(observation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.