View source: R/functions_range.R
find_zeros_cross | R Documentation |
For a set of distance and smoothing matrix values, determines the smallest distance that corresponds with negative value for each column of the smoothing matrix.
find_zeros_cross(D, S)
D |
Distance matrix, or a subset of columns from a distance matrix. |
S |
Smoothing matrix, or a subset of columns from a smoothing matrix. |
Vector of length equal to the number of columns in D
and S
. Each value is the smallest observed distance (from a column of D
) that has a negative value in the corresponding column of S
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.