Learn R Programming

oce (version 0.8-10)

summary.echosounder: Summarize an echosounder object

Description

Summarizes some of the data in an echosounder object.

Usage

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

Arguments

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

Value

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

Details

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

See Also

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

Examples

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

Run the code above in your browser using DataLab