vectorwavelet objectsPlot vectorwavelet objects which are multiple wavelet coherence,
quadruple wavelet coherence and n-dimensional vector wavelet coherence.
# S3 method for vectorwavelet
plot(
x,
ncol = 1024,
fill.cols = NULL,
xlab = "Time",
ylab = "Period",
tol = 1,
plot.cb = FALSE,
plot.coi = TRUE,
lwd.coi = 1,
col.coi = "white",
lty.coi = 1,
alpha.coi = 0.5,
plot.sig = TRUE,
lwd.sig = 4,
col.sig = "black",
lty.sig = 1,
bw = FALSE,
legend.loc = NULL,
legend.horiz = FALSE,
arrow.len = min(par()$pin[2]/30, par()$pin[1]/40),
arrow.lwd = arrow.len * 0.3,
arrow.cutoff = 0.7,
arrow.col = "black",
xlim = NULL,
ylim = NULL,
zlim = c(0, 1),
xaxt = "s",
yaxt = "s",
form = "%Y",
...
)vectorwavelet object generated by mwc, qmec, or
vwc.
number of colors to use. Default is 1024.
Vector of fill colors to be used. Users can specify color
vectors using colorRampPalette or brewer.pal from package
RColorBrewer. Default is NULL and will generate MATLAB's jet
color palette.
xlabel of the figure. Default is "Time"
ylabel of the figure. Default is "Period"
tolerance level for significance contours. Sigificance contours
will be drawn around all regions of the spectrum where
spectrum/percentile >= tol. Default is 1. If strict
i^{th} percentile regions are desired, then
tol must be set to 1.
plot color bar if TRUE. Default is FALSE.
plot cone of influence (COI) as a semi-transparent polygon if TRUE. Default is TRUE. Areas that fall within the polygon can be affected by edge effects.
Line width of COI. Default is 1.
Color of COI. Default is white.
Line type of COI. Default is 1 for solide lines.
Transparency of COI. Range is 0 (full transparency) to 1 (no transparency). Default is 0.5.
plot contours for significance if TRUE. Default is TRUE.
Line width of significance contours. Default is 4.
Color of significance contours. Default is black.
Line type of significance contours. Default is 1.
plot in black and white if TRUE. Default is FALSE.
legend location coordinates as defined by
image.plot. Default is NULL.
plot a horizontal legend if TRUE. Default is FALSE.
size of the arrows. Default is based on plotting region (min(par()$pin[2]/30,par()$pin[1]/40).
width/thickness of arrows. Default is arrow.len*0.3.
cutoff value for plotting phase arrows. Phase arrows will be
be plotted in regions where the significance of the zvalues exceeds arrow.cutoff.
If the object being plotted does not have a significance field, regions
whose zvalues exceed the arrow.cutoff quantile will be plotted. Default is 0.7.
Color of arrows. Default is black.
the x limits. The default is NULL.
the y limits. The default is NULL.
the z limits. The default is NULL.
Add x-axis? The default is s; use n for none.
Add y-axis? The default is s; use n for none.
format to use to display dates on the x-axis. Default is '%Y'
for 4-digit year. See ?Date for other valid formats.
other parameters.
No return value, shows the objects plot.