USlandfall {ppgam}R Documentation

Times of landfalling US hurricanes

Description

A data frame:

Usage

data(USlandfall)

Format

A data frame with 61129 rows and 2 variables

The variables are as follows:

date

date of landfall, as class "Date"

landfall

an integer: did a hurricane make landfall on this day?

References

https://www.nhc.noaa.gov/data/

Examples


data(USlandfall)
plot(USlandfall, type="h")


[Package ppgam version 1.0.1 Index]