plot,adv-method {oce} | R Documentation |
Plot an adv Object
Description
Plot adv data.
Usage
## S4 method for signature 'adv'
plot(
x,
which = c(1:3, 14, 15),
col,
titles,
type = "l",
lwd = par("lwd"),
drawTimeRange = getOption("oceDrawTimeRange"),
drawZeroLine = FALSE,
useSmoothScatter,
mgp = getOption("oceMgp"),
mar = c(mgp[1] + 1.5, mgp[1] + 1.5, 1.5, 1.5),
tformat,
marginsAsImage = FALSE,
cex = par("cex"),
cex.axis = par("cex.axis"),
cex.lab = par("cex.lab"),
cex.main = par("cex.main"),
xlim,
ylim,
brushCorrelation,
colBrush = "red",
main = "",
debug = getOption("oceDebug"),
...
)
Arguments
x |
an adv object. |
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 |
col |
Optional indication of color(s) to use. If not provided, the
default for images is |
titles |
Optional vector of character strings to be used as labels for the
plot panels. For images, these strings will be placed in the right hand side
of the top margin. For timeseries, these strings are ignored. If this is
provided, its length must equal that of |
type |
Type of plot, as for |
lwd |
If the plot is of a time-series or scattergraph format with lines, this is used in the usual way; otherwise, e.g. for image formats, this is ignored. |
drawTimeRange |
Logical value that applies to panels with time as the horizontal axis, indicating whether to draw the time range in the top-left margin of the plot. |
drawZeroLine |
Logical value indicating whether to draw zero lines on velocities. |
useSmoothScatter |
Logical value indicating whether to use
|
mgp |
3-element numerical
vector to use for |
mar |
Value to be used with |
tformat |
Optional argument passed to |
marginsAsImage |
Logical value indicating whether to put a wide margin to
the right of time-series plots, matching the space used up by a palette in an
|
cex |
numeric character expansion factor for plot symbols; see |
cex.axis , cex.lab , cex.main |
character expansion factors for axis numbers, axis names and plot titles; see |
xlim |
Optional 2-element list for |
ylim |
Optional 2-element list for |
brushCorrelation |
Optional number between 0 and 100, indicating a
per-beam correlation threshold below which data are to be considered suspect.
If the plot type is |
colBrush |
Color to use for brushed (bad) data, if
|
main |
Main title for plot, used just on the top panel, if there are several panels. |
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. |
Details
Creates a multi-panel summary plot of data measured by an ADV.
The panels are controlled by the which
argument. (Note the
gaps in the sequence, e.g. 4 and 8 are not used.)
-
which=1
to3
(or"u1"
to"u3"
) yield timeseries of the first, second, and third components of velocity (in beam, xyz or enu coordinates). -
which=4
is not permitted (since ADV are 3-beam devices) -
which=5
to7
(or"a1"
to"a3"
) yield timeseries of the amplitudes of beams 1 to 3. (Note that the data are calleddata$a[,1]
,data$a[,2]
anddata$a[,3]
, for these three timeseries.) -
which=8
is not permitted (since ADV are 3-beam devices) -
which=9
to11
(or"q1"
to"q3"
) yield timeseries of correlation for beams 1 to 3. (Note that the data are calleddata$c[,1]
,data$c[,2]
anddata$c[,3]
, for these three timeseries.) -
which=12
is not permitted (since ADVs are 3-beam devices) -
which=13
is not permitted (since ADVs do not measure salinity) -
which=14
orwhich="temperature"
yields a timeseries of temperature. -
which=15
orwhich="pressure"
yields a timeseries of pressure. -
which=16
orwhich="heading"
yields a timeseries of heading. -
which=17
orwhich="pitch"
yields a timeseries of pitch. -
which=18
orwhich="roll"
yields a timeseries of roll. -
which=19
to21
yields plots of correlation versus amplitude, for beams 1 through 3, usingsmoothScatter()
. -
which=22
is not permitted (since ADVs are 3-beam devices) -
which=23
or"progressive vector"
yields a progressive-vector diagram in the horizontal plane, plotted withasp=1
, and taking beam1 and beam2 as the eastward and northward components of velocity, respectively. -
which=28
or"uv"
yields velocity plot in the horizontal plane, i.e.u[2]
versusu[1]
. If the number of data points is small, a scattergraph is used, but if it is large,smoothScatter()
is used. -
which=29
or"uv+ellipse"
as the"uv"
case, but with an added indication of the tidal ellipse, calculated from the eigen vectors of the covariance matrix. -
which=30
or"uv+ellipse+arrow"
as the"uv+ellipse"
case, but with an added arrow indicating the mean current. -
which=50
or"analog1"
plots a time series of the analog1 signal, if there is one. -
which=51
or"analog2"
plots a time series of the analog2 signal, if there is one. -
which=100
or"voltage"
plots the voltage as a timeseries, if voltage exists in the dataset.
In addition to the above, there are some groupings defined:
-
which="velocity"
equivalent towhich=1:3
(three velocity components) -
which="amplitude"
equivalent towhich=5:7
(three amplitude components) -
which="backscatter"
equivalent towhich=9:11
(three backscatter components) -
which="hydrography"
equivalent towhich=14:15
(temperature and pressure) -
which="angles"
equivalent towhich=16:18
(heading, pitch and roll)
Author(s)
Dan Kelley
See Also
The documentation for adv explains the structure of ADV objects, and also outlines the other functions dealing with them.
Other functions that plot oce data:
download.amsr()
,
plot,adp-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
,
plot,xbt-method
,
plotProfile()
,
plotScan()
,
plotTS()
,
tidem-class
Other things related to adv data:
[[,adv-method
,
[[<-,adv-method
,
adv-class
,
advSontekAdrFileTrim()
,
adv
,
applyMagneticDeclination,adv-method
,
beamName()
,
beamToXyz()
,
enuToOtherAdv()
,
enuToOther()
,
read.adv.nortek()
,
read.adv.sontek.adr()
,
read.adv.sontek.serial()
,
read.adv.sontek.text()
,
read.adv()
,
rotateAboutZ()
,
subset,adv-method
,
summary,adv-method
,
toEnuAdv()
,
toEnu()
,
velocityStatistics()
,
xyzToEnuAdv()
,
xyzToEnu()
Examples
library(oce)
data(adv)
plot(adv)