adp
object.## S3 method for class 'adp':
summary(object, \dots)## S3 method for class 'summary.adp':
print(x, digits=max(6, getOption("digits")-1), ...)
"adp"
, usually, a result of a
call to read.oce
, read.adp.rdi
,
or
"summary.adp"
, usually, a result of a
call to summary.adp
."summary.adp"
, which contains
pertinent information about the ADP record and its processing.adp
object may be read with read.adp
or
read.oce
.library(oce)
data(adp)
summary(adp)
Run the code above in your browser using DataLab