adj | R Documentation |
This function calculates an adjacency matrix for the matrix mat based on the absolute value threshold of thresh.
adj(mat, thresh = 0.001)
mat |
Numeric matrix. |
thresh |
Threshold for absolute value of entries. |
An adjacency matrix containing 1's and 0's.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.