Learn R Programming

oce (version 0.1-76)

summary.windrose: Summarize a windrose data object

Description

Summarizes some of the data in a windrose object.

Usage

## S3 method for class 'windrose':
summary(object, \dots)

Arguments

object
A windrose object, e.g. as created by as.windrose.
...
passed to children.

Value

  • NULL

Details

Pertinent summary information is presented.

See Also

A windrose object may be created with as.windrose or plotted with plot.windrose.

Examples

Run this code
library(oce)
xcomp <- rnorm(360) + 1
ycomp <- rnorm(360)
wr <- as.windrose(xcomp, ycomp)
summary(wr)

Run the code above in your browser using DataLab