windstorm {ppgam} | R Documentation |
Locations of windstorm peaks and tracks over the North Atlantic
Description
A dataset in windstorm peaks between 1st January 1979 and 31st December 2014 occurring in [-50, 33] longitude and [36, 77] latitude.
Usage
data(windstorm)
Format
A data frame with 3133 rows and 4 variables
The variables are as follows:
- date
date of peak, as class "Date"
- lon
longitude, in degrees
- lat
latitude, in degrees
- NAO
North Atlantic Oscillation index
References
Youngman, B. D., & Economou, T. (2017). Generalised additive point process models for natural hazard occurrence. Environmetrics, 28(4), e2444.
Examples
data(windstorm)
plot(windstorm[,c("lon", "lat")])
[Package ppgam version 1.0.2 Index]