Learn R Programming

oce (version 0.8-10)

summary.lisst: Summarize a LISST object

Description

Summarizes some of the data in a lisst object.

Usage

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

Arguments

object
an object of class "lisst", usually, a result of a call to read.lisst, read.oce, or as.lisst<
...
further arguments passed to or from other methods.

Value

  • An object of class "summary.lisst", which contains pertinent information about the LISST record and its processing.

Details

Pertinent summary information is presented, including the sampling times, data ranges, etc.

References

The LIST-100 users guide (version 4.65), which provided the information for this function, was downloaded in late May 2012, from http://www.sequoiasci.com/products/fam_LISST_100.aspx.

See Also

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

Examples

Run this code
library(oce)
data(lisst)
summary(lisst)

Run the code above in your browser using DataLab