Last data update: 2014.03.03

R: German Wind Speed Data
WindDataR Documentation

German Wind Speed Data

Description

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

Usage

data(WindData)

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

data(WindData)
str(WindData) 

Results