Learn R Programming

oce (version 0.1-76)

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

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.

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

Run this code
library(oce)
data(ctd) 
plot.ctd.scan(ctd)

Run the code above in your browser using DataLab