summary.tdr {oce} | R Documentation |
Summarize an TDR temperature-depth data object
## S3 method for class 'tdr': summary(object, ...)
object |
A tdr object, e.g. as read by read.tdr . |
... |
passed to children. |
Pertinent summary information is presented, including the start and stop times, as well as statistics of temperature and pressure.
None
Dan Kelley
See read.tdr
for more information on dealing
with the tdr
data type, including examples.
library(oce) data(tdr) plot(tdr) tdr.trimmed <- tdr.trim(tdr) plot(tdr.trimmed)