ssMODWT: Generate Objects of Class "'ssMODWT'"

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

Description

This is the generic function for class “ssMODWT”. Please see the associated method in ssMODWT-methods for more details.

Usage

1
ssMODWT(ss, ...)

Arguments

ss

Signature object. Because there is only one extant method, this argument name is derived from the class “sampSurf,” to which it applies.

...

See the method(s) for details.

Details

Only one method is available for this generic function as noted above. Please see the link above for other arguments that are possible in the constructor.

Value

A valid object of class “ssMODWT.”

Author(s)

Jeffrey H. Gove

See Also

ssMODWT”, “sampSurf”.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#
# creates a sampSurf object with horizontal point sampling
# then creates a J_0 = 5-level MODWT decomposition object...
#
tr = Tract(c(x = 64, y = 64), cellSize = 1) #square tract ~0.5ha
btr = bufferedTract(10, tr)
ag3m = angleGauge(3)        #metric BAF
sshps = sampSurf(10, btr, iZone = 'horizontalPointIZ', angleGauge = ag3m,
        topDiam = c(0,0), startSeed = 123)
modwt.hps = ssMODWT(sshps, J = 5)

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