Description Usage Arguments Value
Returns preference topology given a record of test values. Types for 'test': Kolmogorov-Smirnov statistic = 'ks' Kuiper statistic = 'kp' Types for 'by': Unit cross-sectional area in m2 = 'vol' Average cross-sectional depth per node = 'lvl'
1 | update_search_array(rec, xs, ys, ar, test, by, d_scl = 1, w_scl = 0.9)
|
rec |
is a data.frame of test values with cols c(x, y, ks, kp) |
xs |
is a vector of values for the x-axis of topology array |
ys |
is a vector of values for the y-axis of topology array |
ar |
is a preference topology to update |
test |
is a string naming the test type c('ks', 'kp) |
by |
is a string naming the test varaible c('vol', 'lvl') |
d_scl |
is the scale value for weight_grid() |
w_scl |
is the scale value for weight_array() |
a preference topology array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.