plot.ctd.scan: 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",
col.S = "darkgreen", col.T = "darkred", col.p = "blue", ...)
Arguments
name
name of variable for x axis
col.T
color for temperature
...
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.Examples
Run this codelibrary(oce)
data(ctd)
plot.ctd.scan(ctd)
Run the code above in your browser using DataLab