plot,xbt-method | R Documentation |
Plots data contained in an xbt object.
## S4 method for signature 'xbt'
plot(
x,
which = 1,
type = "l",
mgp = getOption("oceMgp"),
mar,
debug = getOption("oceDebug"),
...
)
x |
an xbt object. |
which |
list of desired plot types; see “Details” for the meanings of various
values of |
type |
type of plot, as for |
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. |
The panels are controlled by the which
argument, with choices as follows.
which=1
for a temperature profile as a function of depth.
which=2
for a soundSpeed profile as a function of depth.
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,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
,
plotProfile()
,
plotScan()
,
plotTS()
,
tidem-class
Other things related to xbt data:
[[,xbt-method
,
[[<-,xbt-method
,
as.xbt()
,
read.xbt()
,
read.xbt.noaa1()
,
subset,xbt-method
,
summary,xbt-method
,
xbt
,
xbt-class
,
xbt.edf
library(oce)
data(xbt)
summary(xbt)
plot(xbt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.