Learn R Programming

oce (version 0.9-18)

summary.adp: Summarize an ADP object

Description

Summarize data in an adp object.

Usage

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

Arguments

object
an object of class "adp", usually, a result of a call to read.oce, read.adp.rdi, or
...
further arguments passed to or from other methods.

Value

  • A matrix containing statistics of the elements of the data slot.

Details

Pertinent summary information is presented.

See Also

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

Examples

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

Run the code above in your browser using DataLab