Learn R Programming

oce (version 0.1.59)

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

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

Value

  • None.

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