Description Usage Arguments Value
Returns topology of coordinate on grid given record of test values. Types for 'test': Kolmogorov-Smirnov statistic = 'ks' Kuiper statistic = 'kp' 'xy_grid' determines the size of the outgoing topology array. Types for 'by': Unit cross-sectional area in m2 = 'vol' Average cross-sectional depth per node = 'lvl' 'scl' ranges [0,1] and deflates the effects of neighbors on each other.
1 | weight_grid(pos, xy_grid, rec, test, by, scl = 1)
|
pos |
is the coordinate pair of data in the record |
xy_grid |
is the topology array to replace |
rec |
is the record of test values |
test |
is a string naming the test type c('ks', 'kp) |
by |
is a string naming the test varaible c('vol', 'lvl') |
scl |
is a scaling parameter, a float |
the estimated test value at 'pos'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.