summary.rbrtdr {oce} | R Documentation |
Summarize an RBR temperature-depth data object
## S3 method for class 'rbrtdr': summary(object, ...)
object |
A rbrtdr object, e.g. as read by read.rbrtdr . |
... |
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
(fill in later)
A rbrtdr
object may be read with read.rbrtdr
and plotted with read.rbrtdr
.
## Not run: library(oce) ... ## End(Not run)