ssMODWT-class: Class '"ssMODWT"'

Description Objects from the Class Slots Extends Methods Author(s) See Also Examples

Description

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 from the Class

Objects are created using the the constructor method ssMODWT.

Slots

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”.

Extends

Class "ssWavelet", directly.

Methods

Methods other than ssMODWT for object creation that are applicable to this class include...

ssCovMODWT

signature(ssMODWT.a = "ssMODWT", ssMODWT.b = "ssMODWT"): Covariance analysis of two “ssMODWT” wavelet decompositions.

summary

signature(object = "ssMODWT"): Summary of the object.

Author(s)

Jeffrey H. Gove

See Also

ssWavelet”, “ssCovMODWT”, and package references: ssWavelets and sampSurf

Examples

1
showClass("ssMODWT")

ssWavelets documentation built on May 2, 2019, 5:54 p.m.