Learn R Programming

htsr (version 2.1.6)

p_wind: Plot wind roses

Description

Plot wind roses

Usage

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

Value

A wind rose plot

Arguments

fsq

Full name of the htsr data base

sta

Station id

swd

Id of wind direction sensor

swv

Id of wind speed sensor

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

Author

P. Chevallier - Dec 2019 - Sep 2023

Details

For a detailed description of all parameters see windRose

See Also

windRose