Learn R Programming

oce (version 0.9-17)

plot.lisst: Plot LISST data

Description

Plot LISST data

Usage

## S3 method for class 'lisst}(x, which=c(16, 37, 38), tformat, debug=getOption("oceDebug"), \dots)':
plotundefined

x{a lisst object, e.g. as read by read.lisst.} 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 which.} tformat{optional argument passed to oce.plot.ts, for plot types that call that function. (See strptime for the format used.)} 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.}

Creates a multi-panel summary plot of data measured by LISST instrument. The panels are controlled by the which argument, as follows.
  • which=1to32, orwhich="C1"to"C32"for a time-series graph of the named column (a size class).
  • which=33orwhich="lts"for a time-series plot of laser transmission sensor.
  • which=34orwhich="voltage"for a time-series plot of instrument voltage.
  • which=35orwhich="aux"for a time-series plot of the external auxiliary input.
  • which=36orwhich="lrs"for a time-series plot of the laser reference sensor.
  • which=37orwhich="pressure"for a time-series plot of pressure.
  • which=38orwhich="temperature"for a time-series plot of temperature.
  • which=41orwhich="transmission"for a time-series plot of transmission, in percent.
  • which=42orwhich="beam"for a time-series plot of beam-C, in 1/metre.

library(oce) data(lisst) plot(lisst)

The documentation for lisst-class explains the structure of lisst objects, and also outlines the other functions dealing with them.

[object Object] hplot

Arguments