p_wind {htsr}R Documentation

Plot wind roses

Description

Plot wind roses using the "data_wind" tibble created with the function d_wind.

Usage

p_wind(
  data_wind,
  ws.int = 0.5,
  angle = 45,
  grid.line = 10,
  type = "default",
  breaks = 5,
  offset = 5,
  paddle = FALSE,
  key.position = "right"
)

Arguments

data_wind

Name of the tibble containing the wind data

ws.int

Size of speed intervals

angle

Value in percent of the range unit

grid.line

Value in percent of the grid line frequency

type

Type of plot: "default", "year" or "month"

breaks

Number of speed intervals

offset

Size in percent of the central hole

paddle

Shape of the basic elements: if FALSE, polar, if TRUE, rectangular

key.position

Position of the legend

Details

For a detailed description of all parameters see windRose

Value

A wind rose plot

Author(s)

P. Chevallier - Dec 2019

See Also

d_wind, windRose

Examples

## Not run: 
p_wind (data_wind = data_wind)

## End(Not run)


[Package htsr version 1.2.0 Index]