Learn R Programming

mgpd (version 1.99)

WindData: German Wind Speed Data

Description

Daily maxima of wind speed in m/sec at 5 locations of Northern-Germany.

Usage

data(WindData)

Arguments

Format

A data frame with 17926 observations on the following 6 variables.
date
date of observations
Hamburg
a numeric vector of wind speed (m/s)
Hanover
a numeric vector of wind speed (m/s)
Bremerhaven
a numeric vector of wind speed (m/s)
Fehmarn
a numeric vector of wind speed (m/s)
Schleswig
a numeric vector of wind speed (m/s)

Examples

Run this code
data(WindData)
str(WindData) 

Run the code above in your browser using DataLab