plot,lisst-method {oce} | R Documentation |
Plot a lisst Object
Description
Creates a multi-panel summary plot of data measured by LISST instrument.
Usage
## S4 method for signature 'lisst'
plot(x, which = c(16, 37, 38), tformat, debug = getOption("oceDebug"), ...)
Arguments
x |
a lisst object. |
which |
list of desired plot types. These are graphed in panels
running down from the top of the page. See “Details” for the
meanings of various values of |
tformat |
optional argument passed to |
debug |
a flag that turns on debugging. The value indicates the depth within the call stack to which debugging applies. |
... |
optional arguments passed to plotting functions. |
Details
The panels are controlled by the which
argument, as follows.
-
which=1
to32
, orwhich="C1"
to"C32"
for a time-series graph of the named column (a size class). -
which=33
orwhich="lts"
for a time-series plot of laser transmission sensor. -
which=34
orwhich="voltage"
for a time-series plot of instrument voltage. -
which=35
orwhich="aux"
for a time-series plot of the external auxiliary input. -
which=36
orwhich="lrs"
for a time-series plot of the laser reference sensor. -
which=37
orwhich="pressure"
for a time-series plot of pressure. -
which=38
orwhich="temperature"
for a time-series plot of temperature. -
which=41
orwhich="transmission"
for a time-series plot of transmission, in percent. -
which=42
orwhich="beam"
for a time-series plot of beam-C, in 1/metre.
Author(s)
Dan Kelley
See Also
The documentation for lisst explains the structure of lisst objects, and also outlines the other functions dealing with them.
Other functions that plot oce data:
download.amsr()
,
plot,adp-method
,
plot,adv-method
,
plot,amsr-method
,
plot,argo-method
,
plot,bremen-method
,
plot,cm-method
,
plot,coastline-method
,
plot,ctd-method
,
plot,gps-method
,
plot,ladp-method
,
plot,landsat-method
,
plot,lobo-method
,
plot,met-method
,
plot,odf-method
,
plot,rsk-method
,
plot,satellite-method
,
plot,sealevel-method
,
plot,section-method
,
plot,tidem-method
,
plot,topo-method
,
plot,windrose-method
,
plot,xbt-method
,
plotProfile()
,
plotScan()
,
plotTS()
,
tidem-class
Other things related to lisst data:
[[,lisst-method
,
[[<-,lisst-method
,
as.lisst()
,
lisst-class
,
read.lisst()
,
summary,lisst-method
Examples
library(oce)
data(lisst)
plot(lisst)