Learn R Programming

oce (version 0.2-1)

summary.adv: Summarize an ADV object

Description

Summarize data in an adv object.

Usage

## S3 method for class 'adv':
summary(object, \dots)
## S3 method for class 'summary.adv':
print(x, digits=max(5, 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.

Value

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

Details

Pertinent summary information is presented.

See Also

A adv object may be read with read.adv.

Examples

Run this code
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)

Run the code above in your browser using DataLab