plot.ctd.scan: Plot seawater data in a low-level fashion
Description
Plot CTD data as time-series against scan number, to help
with trimming extraneous data from a CTD cast.Usage
plot.ctd.scan(x, name = "scan",
S.col = "darkgreen", T.col= "darkred", p.col = "blue", ...)
Arguments
name
name of variable for x axis
T.col
colour 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