Convert Status abbreviation to string
status_abbr_to_str(x)
x | character vector of status abbreviations |
---|
character vector of strings
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)
# Extratropical Cyclone status_abbr_to_str("EX")#> [1] "Extratropical Cyclone"# Hurricane status_abbr_to_str("HU")#> [1] "Hurricane"