Plot a summary diagram for a tidal fit.
# S4 method for 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), ...)
A tidem
object, i.e. one inheriting from
tidem-class
.
integer flag indicating plot type, 1 for stair-case spectral, 2 for spike spectral.
a character vector of constituents that are
to be drawn and label. If NULL
, then no constituents will be shown.
Consult the built-in dataset tidedata
for the permissible
constituent names and their frequencies.
an integer vector of length equal to that of constituents
,
designating the side on which the constituent labels are to be drawn. As in
all R graphics, the value 1
indicates the bottom of the plot, and
3
indicates the top. If sides=NULL
, the default, then all labels
are drawn at the top. Any value of sides
that is not either 1 or 3
is converted to 3.
a character vector naming colors to be used for constituents
.
Ignored if sides=3
. Repeated to be of the same length as
constituents
, otherwise.
if set to "x
", the frequency axis will be logarithmic.
3-element numerical vector to use for 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.
value to be used with par("mar")
.
optional arguments passed to plotting functions.
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.
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,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
,
plotProfile
, plotScan
,
plotTS
, tidem-class
Other things related to tidem
data: [[,tidem-method
,
[[<-,tidem-method
,
predict.tidem
,
summary,tidem-method
,
tidedata
, tidem-class
,
tidemAstron
, tidemVuf
,
tidem
# NOT RUN {
library(oce)
data(sealevel)
tide <- tidem(sealevel)
plot(tide)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab