Learn R Programming

QBAsyDist (version 0.1.2)

Hurricane: Hurricane dataset for the North Atlantic region (up to 2017).

Description

This is a dataset of the strongest hurricanes in the North Atlantic region. The dataset is a clean up version of the dataset AL which is available in the HURDAT package.

Usage

Hurricane

Arguments

Format

A data frame with 1831 rows and 3 variables:

Year

Year of the tropical cyclone occure (up to 2017)

Key

Unique key identifying the tropical cyclone. Formatted like AABBCCCC where AA is Basin, BB is YearNum and CC is Year

WmaxST

Maximum Wind Speed (in knots per hour) of the strongest hurricanes in the North Atlantic region

Examples

Run this code
# NOT RUN {
data(Hurricane)
y=Hurricane$WmaxST
x=Hurricane$Year
plot(x,y)
# }

Run the code above in your browser using DataLab