plot_windrose
instead.plotWindrose is replaced by
plot_windrose
.
plotWindrose(
data,
spd,
dir,
spdres = 2,
dirres = 10,
spdmin = 1,
spdmax = 30,
palette = "YlGnBu",
spdseq = NULL,
plotit = TRUE
)
A data.frame containing the wind information
The column of the wind speeds in "data"
The column of the wind directions in "data"
The increment of the wind speed legend. Default is 2
The size of the wind sectors. Default is 10
Minimum wind speed. Default is 1
Maximal wind speed. Default is 30
A color palette used for drawing the wind rose
A wind speed sequence, that is used for plotting
Should the windrose be plotted? Default is TRUE