oce (version 1.1-1)

summary,sealevel-method: Summarize a Sealevel Object

Description

Summarizes some of the data in a sealevel object.

Usage

# S4 method for sealevel
summary(object, ...)

Arguments

object

A sealevel object, i.e. one inheriting from sealevel-class.

further arguments passed to or from other methods.

Value

A matrix containing statistics of the elements of the data slot.

See Also

Other things related to sealevel data: [[,sealevel-method, [[<-,sealevel-method, as.sealevel, plot,sealevel-method, read.sealevel, sealevel-class, sealevelTuktoyaktuk, sealevel, subset,sealevel-method

Examples

Run this code
# NOT RUN {
library(oce)
data(sealevel)
summary(sealevel)

# }

Run the code above in your browser using DataCamp Workspace