plot.ctd.scan {oce}R Documentation

Plot seawater (CTD) data

Description

Plot CTD data as time-series against scan number, to aide in trimming.

Usage

plot.ctd.scan(x, name = "scan", 
 S.col = "darkgreen", T.col= "darkred", p.col = "blue", ...)

Arguments

x A cdt object, e.g. as read by read.ctd.
name name of variable for x axis
S.col colour for salinity
T.col colour for temperature
p.col colour for pressure
... optional arguments passed to plotting functions.

Details

Plots CTD data as time-series against the scan number, as an aide to trimming to downcasts, etc.

Value

None.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

See Also

summary.ctd summarizes a CTD object plot.ctd plot summary diagram of CTD object. read.ctd scans CTD object from a file.

Examples

library(oce)
data(ctd) 
plot.ctd.scan(ctd)

[Package oce version 0.1.67 Index]