| summary.adp {oce} | R Documentation |
Summarize data in an adp object.
## S3 method for class 'adp':
summary(object, ...)
## S3 method for class 'summary.adp':
print(x, digits=max(6, getOption("digits")-1), ...)
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. |
Pertinent summary information is presented.
An object of class "summary.adp", which contains
pertinent information about the ADP record and its processing.
Dan Kelley
A adp object may be read with read.adp or
read.oce.
library(oce) data(adp) summary(adp)