p_wind {htsr} | R Documentation |
Plot wind roses using the "data_wind" tibble created with the
function d_wind
.
p_wind(
data_wind,
ws.int = 0.5,
angle = 45,
grid.line = 10,
type = "default",
breaks = 5,
offset = 5,
paddle = FALSE,
key.position = "right"
)
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 |
For a detailed description of all parameters see windRose
A wind rose plot
P. Chevallier - Dec 2019
## Not run:
p_wind (data_wind = data_wind)
## End(Not run)