plot.lobo {oce} | R Documentation |
Plot a summary diagram for lobo data.
## S4 method for signature 'lobo' plot(x, which=c(1,2,3), adorn=NULL, mgp=getOption("oceMgp"), mar=c(mgp[2]+1, mgp[1]+1, 1, mgp[1]+1.25), debug=getOption("oceDebug"), ...)
x |
A |
which |
A vector of numbers or character strings, indicating the
quantities to plot. These are stacked in a single column. The possible
values for |
adorn |
list of expressions to be executed for the panels in turn, e.g. to adorn the plots. If the number matches the number of panels, then the strings are applied to the appropriate panels, as they are drawn from top-left to bottom-right. If only a single expression is provided, it is used for all panels. (See “Examples”.) |
mgp |
3-element numerical vector to use for |
mar |
value to be used with |
debug |
a flag that turns on debugging. Set to 1 to get a moderate amount of debugging information, or to 2 to get more. |
... |
optional arguments passed to plotting functions. |
Creates a summary plot for a lobo dataset.
None.
Dan Kelley
http://lobo.satlantic.com/ and http://www.mbari.org/lobo/
The documentation for lobo-class
explains the structure
of LOBO objects, and also outlines the other functions dealing with them.
library(oce) data(lobo) plot(lobo)