plot.rbrtdr {oce}R Documentation

Plot RBR temperature-depth recorder data

Description

Plot RBR temperature-depth recorder data

Usage

## S3 method for class 'rbrtdr':
plot(x, ...)

Arguments

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.

Details

Creates a two-panel plot, with timeseries of temperature and pressure.

Author(s)

Dan Kelley

See Also

rbrtdr data can be created with read.rbrtdr. Summaries of RBRTDR data are provided by summary.rbrtdr.

Examples

## Not run: 
library(oce)
...
## End(Not run)

[Package oce version 0.1.74 Index]