## S3 method for class 'adv':
plot(x,
which=1:3,
titles,
adorn=NULL,
draw.time.range=getOption("oce.draw.time.range"),
mgp=getOption("oce.mgp"),
mar=c(mgp[1],mgp[1]+1,1,1),
margins.as.image=FALSE,
cex=1,
ylim,
debug=getOption("oce.debug"),
...)adv object, e.g. as read by read.adv.which.expressions to be performed
immediately after drawing the panels. (See plot.adp for
an example.)par(mgp), and
also for par(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.par("mar").TRUE to put a wide margin to the
right of time-series plots, matching the space used up by a palette
in an imagep plot.par("cex").ylim, or 2-column matrix (in which case
the rows are used, in order, for the panels of the graph.which argument.
which=1yields a timeseries of the x component of velocity.which=2yields a timeseries of the y component of velocity.which=3yields a timeseries of the z component of velocity.which=14yields a timeseries of temperature.which=15yields a timeseries of pressure.which=16yields a timeseries of heading.which=17yields a timeseries of pich.which=18yields a timeseries of roll.read.adv for notes on functions relating to
"adv" objects.library(oce)
adv <- read.adv("~/data/sleiwex-archive/2008/mooring/m6/autopod/day183/SL08A183.015",
sampling.start=as.POSIXct("2008-07-01 15:00:00", tz="UTC"), deltat=0.1)
plot(adv)Run the code above in your browser using DataLab