pairwise_diff | R Documentation |
A function to generate pairwise difference matrix for unique combinations. The function only generates the lower triangular differences, that is K(K-1)/2 where K is the number of columns.
pairwise_diff(mat)
mat |
A matrix of samples |
A matrix of K(K-1)/2 pairwise differences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.