powered by
as.windrose(x, y, dtheta = 15)
class
"windrose"
list
dtheta
oce
plot.windrose
summary.windrose
library(oce) xcomp <- rnorm(360) + 1 ycomp <- rnorm(360) wr <- as.windrose(xcomp, ycomp) summary(wr) plot(wr)
Run the code above in your browser using DataLab