Description Usage Arguments Value Examples
Auxiliary function to convert of the lower triangular matrix of a distance matrix into an array
1 | f_distance2vector(distance)
|
distance |
A distance matrix or a symmetric matrix |
Array resulting from the concatenation of the rows of the lower triangular matrix of the input symetric matrix. Array length is n*(n-1)/2, where n is the number of rows of the symetric matrix.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.