generate: Wind rose

Description Usage Arguments Value Examples

View source: R/generate.R

Description

Generating a wind rose plot

Usage

1
generate(coor, data, title, subTitle)

Arguments

coor

Geographical coordinates written as uppercase (N, NE, E, SE, S, SW, W, NW)

data

Vector frequency of the occurrence of a given wind direction

title

Chart title

subTitle

Subtitle plot

Value

The wind rose generates a graph which contains an 8-point scale (N, NE, E, SE, S, SW, W, NW)

Examples

1
generate(coor = c("N","NE","E","SE","S","SW","W","NW"),data = c(2,7,7.5,2.75,12.75,18,1.25,3.25))

mariusz11363/WindTurbine documentation built on May 16, 2019, 8:13 p.m.