status_abbr_to_str | R Documentation |
Convert Status abbreviation to string
status_abbr_to_str(x)
x |
character vector of status abbreviations |
Status abbreviations
Disturbance (of any intensity)
Extratropical cyclone (of any intensity)
Tropical cyclone of hurricane intensity (> 64 knots)
A low that is neither a tropical cyclone, a subtropical cyclone, nor an extratropical cyclone (of any intensity)
Subtropical cyclone of subtropical depression intensity (< 34 knots)
Subtropical cyclone of subtropical storm intensity (> 34 knots)
Tropical cyclone of tropical depression intensity (< 34 knots)
Tropical cyclone of tropical storm intensity (34-63 knots)
Tropical Wave (of any intensity)
character vector of strings
http://www.aoml.noaa.gov/hrd/hurdat/newhurdat-format.pdf
# Extratropical Cyclone
status_abbr_to_str("EX")
# Hurricane
status_abbr_to_str("HU")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.