plot,tidem-method {oce} | R Documentation |
Plot a tidem Object
Description
Plot a summary diagram for a tidal fit.
Usage
## S4 method for signature 'tidem'
plot(
x,
which = 1,
constituents = c("SA", "O1", "K1", "M2", "S2", "M4"),
sides = NULL,
col = "blue",
log = "",
mgp = getOption("oceMgp"),
mar = c(mgp[1] + 1, mgp[1] + 1, mgp[2] + 0.25, mgp[2] + 1),
...
)
Arguments
x |
a tidem object. |
which |
integer flag indicating plot type, 1 for stair-case spectral, 2 for spike spectral. |
constituents |
character vector holding the names of constituents that are
to be drawn and labelled. If |
sides |
an integer vector of length equal to that of |
col |
a character vector naming colors to be used for |
log |
if set to " |
mgp |
3-element numerical vector to use for |
mar |
value to be used with |
... |
optional arguments passed to plotting functions, not all
of which are obeyed. For example, if ... contains |
Sample of Usage
library(oce) data(sealevel) tide <- tidem(sealevel) plot(tide)
Historical note
An argument named labelIf
was removed in July 2016,
because it was discovered never to have worked as documented, and
because the more useful argument constituents
had been added.
Author(s)
Dan Kelley
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,lobo-method
,
plot,met-method
,
plot,odf-method
,
plot,rsk-method
,
plot,satellite-method
,
plot,sealevel-method
,
plot,section-method
,
plot,topo-method
,
plot,windrose-method
,
plot,xbt-method
,
plotProfile()
,
plotScan()
,
plotTS()
,
tidem-class
Other things related to tides:
[[,tidem-method
,
[[<-,tidem-method
,
as.tidem()
,
predict.tidem()
,
summary,tidem-method
,
tidalCurrent
,
tidedata
,
tidem-class
,
tidemAstron()
,
tidemVuf()
,
tidem
,
webtide()