Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
A subclass of virtual class “ssWavelet
” that can be used to
create objects of that class. These objects contain the results from a two-dimensional
maximal overlap discrete wavelet transform (MODWT) that has been applied to
the "sampSurf"
object stored in the object's ss
slot.
Examples and information concerning this class are found in the package vignette in the references below. This vignette should be consulted for more details on creating and using objects from this class.
Objects are created using the the constructor method ssMODWT
.
In addition to the slots provided by the virtual superclass
“ssWavelet
”, the following slots are
represented...
ss.modwt
:Object of class "list"
: The raw wavelet coefficient
results from running a 2-D MODWT wavelet transformation using
modwt.2d
in package waveslim.
vars.modwt
:Object of class "list"
: The variance results. This is
a rather long list containing marginal summary, total, and image variances. Details
are provided in the vignette.
ss.mra
:Object of class "list"
: The results of applying a 2-D
multi-resolution analysis (MRA) to the ss.modwt
decomposition.
levels
:Object of class "list"
: A list with information on the
image dimensions and levels of the decomposition. Details are provided in the
vignette.
description
:Object of class "character"
: See
“ssWavelet
”.
wfName
:Object of class "character"
: See
“ssWavelet
”.
ss
:Object of class "sampSurf"
: See
“ssWavelet
”.
Class "ssWavelet"
, directly.
Methods other than ssMODWT
for object creation that are
applicable to this class include...
signature(ssMODWT.a = "ssMODWT", ssMODWT.b = "ssMODWT")
:
Covariance analysis of two “ssMODWT” wavelet decompositions.
signature(object = "ssMODWT")
: Summary of the
object.
Jeffrey H. Gove
“ssWavelet
”, “ssCovMODWT
”,
and package references: ssWavelets
and
sampSurf
1 | showClass("ssMODWT")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.