windrose: Sorting windspeed and winddirection in classes and ploting a...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

To plot a windrose the data has to be classified. Here we use 16 winddirection classes and 4 windspeed classes.

Usage

1
windrose(windspeed, winddir, r=5, p=10, title=NULL, ...)

Arguments

windspeed

A vector of windspeeds

winddir

A vector of winddirections

r

The number of circles drawn

p

The percentage jumps between each circle

title

Title in Plotwindow

Details

A frequency table is generated and given to plotWindrose, which will create a plot.

Value

Plotting takes place

Author(s)

Britta Jaenicke and Carsten Vick

See Also

read.logger

Examples

1
2
data(AWS_wind)
windrose(windspeed = AWS_wind$Wind_Speed, winddir = AWS_wind$Wind_Direction)

ca-vi/Climatology_Package documentation built on May 13, 2019, 10:37 a.m.