plot.rbrtdr {oce} | R Documentation |
Plot RBR temperature-depth recorder data
## S3 method for class 'rbrtdr': plot(x, ...)
x |
A cdt object, e.g. as read by read.rbrtdr . |
... |
optional arguments passed to plotting functions. A common example is to set df , for use in sw.N2 calculations. |
Creates a two-panel plot, with timeseries of temperature and pressure.
Dan Kelley
rbrtdr data can be
created with read.rbrtdr
.
Summaries of RBRTDR data are provided by summary.rbrtdr
.
## Not run: library(oce) ... ## End(Not run)