
mvcwt
objectDraws one or more heatmaps
# S3 method for mvcwt
image(x, z.fun = "Re", bound = 1, reset.par = TRUE, ...)
an object as returned by mvcwt
a function applied to the data before plotting
if finite, draw lines bound * scale
units inside the
plot boundaries
if true, reset graphical parameters on exit
additional arguments passed to image
x
is returned invisibly
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.
# 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")
# }
Run the code above in your browser using DataLab