irregwd.objects
irregularly spaced wavelet decomposition object.## S3 method for class 'irregwd':
plot(x, xlabels, first.level = 1,
main = "Wavelet Decomposition Coefficients", scaling = "by.level",
rhlab = FALSE, sub, ...)
irregwd.objects
object whose coefficients you wish to plot.global
- one scale factor is chosen for
the whole plot. The scale factor depends on the variance factor to
be included on the plot that has the largest absolute value.
The globaTRUE
then a set of labels is produced on the right
hand axis. The axis labels in this case refer to the scale factors
used to scale each level and correspond to value of the largest
variance factor (in absolute value) in each scale
(whrhlab==TRUE
then the scaling factors applied to each
scale level are returned. Otherwise NULL
is returned.plot.wd
except that variance factors and not coefficients
are plotted. A variance factor is a number that quantifies the variability of
a coefficient induced by the irregular design that was interpolated to
a regular grid by the makegrid
function which is used the
by irregwd
irregular wavelet transform function.High values of the variance factor correspond to large variance in the wavelet coefficients but due to the irregular design, not the original noise structure on the coefficients.
#
# The help for makegrid contains an example
# of using this function.
#
Run the code above in your browser using DataLab