Learn R Programming

oce (version 0.8-3)

summary.adv: Summarize an ADV object

Description

Summarize data in an adv object.

Usage

## S3 method for class 'adv':
summary(object, \dots)

Arguments

object
an object of class "adv", usually, a result of a call to read.adv.
...
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

The documentation for adv-class explains the structure of ADV objects, and also outlines the other functions dealing with them.

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