plot.tidem {oce} | R Documentation |
Plot a summary diagram for a tidal fit.
## S4 method for signature 'tidem' plot(x, which=1, labelIf=NULL, log="", mgp=getOption("oceMgp"), mar=c(mgp[1]+1,mgp[1]+1,mgp[2]+0.25,mgp[2]+1), ...)
x |
a |
which |
integer flag indicating plot type, 1 for stair-case spectral, 2 for spike spectral. |
labelIf |
if NULL, the function will indicate some particular tidal constituents; if a value is provided, labels will be given for any constituent with amplitude exceeding the value provided. |
log |
if set to " |
mgp |
3-element numerical vector to use for |
mar |
value to be used with |
... |
optional arguments passed to plotting functions. |
Creates a plot for a "tidem
" object. See
tidem
for examples.
Dan Kelley
tidem
fits a "tidem
" object, and
summary.tidem
summarizes such an object.
## Not run: library(oce) data(sealevel) tide <- tidem(sealevel) plot(tide) ## End(Not run)