image.mvcwt: Draw a heatmap of a 'mvcwt' object

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

Description

Draws one or more heatmaps

Usage

1
2
## S3 method for class 'mvcwt'
image(x, z.fun = "Re", bound = 1, reset.par = TRUE, ...)

Arguments

x

an object as returned by mvcwt

z.fun

a function applied to the data before plotting

bound

if finite, draw lines bound * scale units inside the plot boundaries

reset.par

if true, reset graphical parameters on exit

...

additional arguments passed to image

Details

This function will draw a series of heatmaps on the graphical device. If you want to add additional graphical elements, set reset.par to false.

Value

x is returned invisibly

Author(s)

Timothy H. Keitt

See Also

mvcwt, wmr

Examples

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

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