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