
as.windrose(x, y, dtheta = 15, debug=getOption("oceDebug"))
met
(see met-class), in which case the u
and
v
components of that object are used for the comclass
"windrose"
,
which contains the standard oce
slots named data
, metadata
and
proxessingLog
. The data
slot contains
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]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