plot,lobo-method | R Documentation |
Plot a summary diagram for lobo data.
## S4 method for signature 'lobo'
plot(
x,
which = c(1, 2, 3),
mgp = getOption("oceMgp"),
mar = c(mgp[2] + 1, mgp[1] + 1, 1, mgp[1] + 1.25),
debug = getOption("oceDebug"),
...
)
x |
a lobo object. |
which |
A vector of numbers or character strings, indicating the
quantities to plot. These are stacked in a single column. The possible
values for |
mgp |
3-element numerical vector to use for |
mar |
value to be used with |
debug |
an integer specifying whether debugging information is
to be printed during the processing. This is a general parameter that
is used by many |
... |
optional arguments passed to plotting functions. |
Dan Kelley
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,lisst-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 lobo data:
[[,lobo-method
,
[[<-,lobo-method
,
as.lobo()
,
lobo
,
lobo-class
,
read.lobo()
,
subset,lobo-method
,
summary,lobo-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.