ike: Ike storm data

Description Usage Format Details Source References Examples

Description

Data for the Ike storm of 2008. The tabulated data contained in this dataset were refactored from the cited source. The source code used to generate this dataset can be found in resource\data_cleaner.R.

Usage

1
data("ike")

Format

A data frame with 174 observations on the following 9 variables.

storm_id

character: storm name

date

character: date of data record

latitude

numeric: latitude of the recorded storm eye

longitude

numeric: longitude of the recorded storm eye

wind_speed

character: wind speed, in knots

ne

numeric: maximum radial extent of the wind in the NE quadrant, in nautical miles

nw

numeric: maximum radial extent of the wind in the NW quadrant, in nautical miles

se

numeric: maximum radial extent of the wind in the SE quadrant, in nautical miles

sw

numeric: maximum radial extent of the wind in the SW quadrant, in nautical miles

Details

See source.

Source

EBTD Archive.

References

See source.

Examples

1
2
data(ike)
events <- unique(ike$date)

fmax85/hurricane documentation built on May 28, 2019, 2:31 a.m.