Learn R Programming

oce (version 0.9-18)

summary.ladp: Summarize an ladp object

Description

Summarizes some of the data in an ladp object.

Usage

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

Arguments

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

Value

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

Details

Pertinent summary information is presented, including the station name, sampling location, data ranges, etc.

See Also

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