summary.pt {oce} | R Documentation |
Summarize a pT object
## S3 method for class 'pt': summary(object, ...) ## S3 method for class 'summary.pt': print(x, digits=max(6, getOption("digits")-1), ...)
object |
an object of class "pt" , usually, a result of a
call to read.pt . |
x |
an object of class "summary.pt" , usually, a result
of a call to summary.pt . |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented, including the start and stop times, as well as statistics of temperature and pressure.
An object of class "summary.pt"
, which contains
pertinent information about the TDR record and its processing.
Dan Kelley
See read.pt
for more information on dealing
with the pt
data type, including examples.
library(oce) data(pt) plot(pt) pt.trimmed <- pt.trim(pt) plot(pt.trimmed)