plot.mvcwt: Plot wavelet output

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Plot multivariate wavelet output across variables, scales or both.

Usage

1
2
3
## S3 method for class 'mvcwt'
plot(x, var = 1, scale = 1, titles = TRUE, z.fun = "Re",
  ...)

Arguments

x

an object such as produced by mvcwt

var

which variables to plot; can be a vector

scale

which scales to plot; can be a vector; closest scale is picked

titles

plot titles on each sub-plot?

z.fun

apply function to data prior to plotting

...

additional graphical parameters passed to plot

Details

Makes one or more plots on the graphics device. Total number of plots is limited to 10.

Value

x is returned invisibly

Author(s)

Timothy H. Keitt

See Also

mvcwt

Examples

1
2
3
4
5
6
7
## Not run: 
data(lrlake)
x = subset(lrlake, Basin == "Reference", LRL.Day) / 365.25
y = subset(lrlake, Basin == "Reference", -(1:8))
w = mvcwt(x, y, min.scale = 0.25, max.scale = 4)
plot(w, var = 1:10)
## End(Not run)

thk686/mvcwt documentation built on May 31, 2019, 10:43 a.m.