summary.adp {oce}R Documentation

Summarize an ADP object

Description

Summarize data in an adp object.

Usage

## S3 method for class 'adp':
summary(object, ...)

## S3 method for class 'summary.adp':
print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

object an object of class "adp", usually, a result of a call to read.oce, read.adp.rdi, or read.adp.nortek.
x an object of class "summary.adp", usually, a result of a call to summary.adp.
digits the number of significant digits to use when printing.
... further arguments passed to or from other methods.

Details

Pertinent summary information is presented.

Value

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

Author(s)

Dan Kelley

See Also

A adp object may be read with read.adp or read.oce.

Examples

library(oce)
data(adp)
summary(adp)

[Package oce version 0.1-80 Index]