
as.windrose(x, y, dtheta = 15)
class
"windrose"
,
which is a list
containing the following itemslist
containing
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]dtheta
, the size of the
angle category, in degreesoce
format.plot.windrose
to produce a summary plot, and
summary.windrose
to produce a numerical summary.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