plot,met-method {oce} | R Documentation |
Creates a multi-panel summary plot of data measured in a meteorological data
set. cast. The panels are controlled by the which
argument.
Normally, 4 panels are specified with the which
, but it can also be
useful to specify less than 4 panels, and then to draw other panels after
this call.
## S4 method for signature 'met' plot(x, which = 1:4, mgp = getOption("oceMgp"), mar = c(mgp[1] + 1, mgp[1] + 1, mgp[1] + 1, mgp[1] + 1), tformat, debug = getOption("oceDebug"), ...)
x |
A |
which |
list of desired plot types.
|
mgp |
A three-element numerical vector to use for |
mar |
A four-element numerical vector to be used with |
tformat |
optional argument passed to |
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. |
If more than one panel is drawn, then on exit from plot.met
, the
value of par
will be reset to the value it had before the function
call. However, if only one panel is drawn, the adjustments to par
made within plot.met
are left in place, so that further additions may
be made to the plot.
Dan Kelley
Other functions that plot oce
data: 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,lisst-method
,
plot,lobo-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 met
data: [[,met-method
,
[[<-,met-method
, as.met
,
met-class
, met
,
read.met
, subset,met-method
,
summary,met-method
library(oce) data(met) plot(met, which=3:4)