The windrose
method provides one 'density wind rose'
method (the classical wind rose plot).
This function returns a matrix with densities for different
multivariate bins (binning along wind direction dd and wind speed ff).
data object of type zoo or data.frame. Needs to contain
at least the two columns dd
(meteorological wid direction
in degrees, ]0, 360[
) and ff
with wind speed
(range >= 0).
numeric vector with breaks along wind direction.
Default is seq(0, 360, by = 30)
.
numeric vector with breaks along wind speed.
default is pretty(x$ff)
.
Returns a matrix of dimension length(dd.breaks) x length(ff.breaks)
with densities >= 0
.