Description Usage Arguments Details Value Author(s) See Also Examples
This is the generic function for class “ssMODWT”. Please see the
associated method in ssMODWT-methods
for more details.
1 |
ss |
Signature object. Because there is only one extant method, this argument name
is derived from the class “ |
... |
See the method(s) for 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.
A valid object of class “ssMODWT
.”
Jeffrey H. Gove
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.