Learn R Programming

oce (version 0.2-1)

summary.adp: Summarize an ADP object

Description

Summarize data in an adp object.

Usage

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

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

Arguments

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

Value

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

Details

Pertinent summary information is presented.

See Also

A adp object may be read with read.adp or read.oce.

Examples

Run this code
library(oce)
data(adp)
summary(adp)

Run the code above in your browser using DataLab