contour.mvcwt: Make contour plot of a 'mvcwt' object

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

Description

Draws a contour plot

Usage

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

Arguments

x

an object produced by mvcwt or wmr

z.fun

a function to apply to the data prior to plotting

bound

if finite, draw boundary lines bound * scale from plot boundaries

reset.par

if true, reset the graphical parameters on exit

...

passed to the contour function

Details

Draws a contour plot. If you want to add more plotting elements, set reset.pars to false.

Value

The object x is returned invisibly.

Author(s)

Timothy H. Keitt

See Also

mvcwt, wmr

Examples

1
2
3
4
5
6
7
8
## 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)
mr = wmr(w)
contour(mr)
## End(Not run)

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