oce (version 1.1-1)

summary,rsk-method: Summarize a Rsk Object

Description

Summarizes some of the data in a rsk object, presenting such information as the station name, sampling location, data ranges, etc.

Usage

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

Arguments

object

An object of class "rsk", usually, a result of a call to read.rsk, read.oce, or as.rsk.

...

Further arguments passed to or from other methods.

See Also

The documentation for rsk-class explains the structure of CTD objects, and also outlines the other functions dealing with them.

Other things related to rsk data: [[,rsk-method, [[<-,rsk-method, as.rsk, plot,rsk-method, read.rsk, rsk-class, rskPatm, rskToc, rsk, subset,rsk-method

Examples

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

# }

Run the code above in your browser using DataLab