Plot a summary diagram for lobo data.
Arguments
- 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
which
are as follows:1
or"temperature"
for a time series of temperature;2
or"salinity"
for salinity;3
or"TS"
for a TS diagram (which useseos="unesco"
),4
or"u"
for a timeseries of the u component of velocity;5
or"v"
for a timeseries of the v component of velocity;6
or"nitrate"
for a timeseries of nitrate concentration;7
or"fluorescence"
for a timeseries of fluorescence value.- mgp
3-element numerical vector to use for
par(mgp)
, and also forpar(mar)
, computed from this. The default is tighter than the R default, in order to use more space for the data and less for the axes.- mar
value to be used with
par
("mar")
.- debug
an integer specifying whether debugging information is to be printed during the processing. This is a general parameter that is used by many
oce
functions. Generally, settingdebug=0
turns off the printing, while higher values suggest that more information be printed. If one function calls another, it usually reduces the value ofdebug
first, so that a user can often obtain deeper debugging by specifying higherdebug
values.- ...
optional arguments passed to plotting functions.
See also
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