summary.windrose {oce} | R Documentation |
Summarizes some of the data in a windrose
object.
## S4 method for signature 'windrose' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented.
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
A windrose
object may be created with
as.windrose
or plotted with
plot.windrose
.
library(oce) xcomp <- rnorm(360) + 1 ycomp <- rnorm(360) wr <- as.windrose(xcomp, ycomp) summary(wr)