get_upper_tri | R Documentation |
# Description: Keeps upper triangle of adjacency matrix and makes the lower triangle NAs
get_upper_tri(mat)
mat |
Matrix of p-values where the upper triangle contains adjusted p-values. |
: Matrix of p-values where the upper triangle contained adjusted p-values and the lower triangle contains NAs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.