p_wind {htsr} | R Documentation |
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"
)
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 |
Details
For a detailed description of all parameters see windRose
Value
A wind rose plot
Author(s)
P. Chevallier - Dec 2019 - Sep 2023
See Also
[Package htsr version 2.1.5 Index]