## S3 method for class 'pt':
summary(object, \dots)## S3 method for class 'summary.pt':
print(x, digits=max(6, getOption("digits")-1), ...)
"pt"
, usually, a result of a
call to read.pt
."summary.pt"
, usually, a result
of a call to summary.pt
."summary.pt"
, which contains
pertinent information about the TDR record and its processing.read.pt
for more information on dealing
with the pt
data type, including examples.library(oce)
data(ptr)
summary(ptr)
Run the code above in your browser using DataLab