summary.adp {oce} | R Documentation |
Summarize data in an adp
object.
## S4 method for signature 'adp' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented.
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
The documentation for adp-class
explains the structure
of ADP objects, and also outlines the other functions dealing with them.
library(oce) data(adp) summary(adp)