oce (version 1.2-0)

summary,lisst-method: Summarize a LISST Object

Description

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

Usage

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

Arguments

object

a '>lisst object.

...

Ignored.

See Also

Other things related to lisst data: [[,lisst-method, [[<-,lisst-method, as.lisst(), lisst-class, plot,lisst-method, read.lisst()

Examples

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

# }

Run the code above in your browser using DataLab