summary.adv {oce}R Documentation

Summarize an ADV object

Description

Summarize data in an adv object.

Usage

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

Arguments

object an object of class "adv", usually, a result of a call to read.adv.
x an object of class "summary.adv", usually, a result of a call to summary.adv.
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.adv", which contains pertinent information about the ADV record and its processing.

Author(s)

Dan Kelley

See Also

A adv object may be read with read.adv.

Examples

## Not run: 
library(oce)
adv <- read.adv("~/data/sleiwex-archive/2008/mooring/m6/autopod/day183/SL08A183.015", 
       sampling.start=as.POSIXct("2008-07-01 15:00:00", tz="UTC"), deltat=0.1)
summary(adv)
## End(Not run)

[Package oce version 0.1-80 Index]