compute_node_adjacency | R Documentation |
Computes the adjacency matrix.
compute_node_adjacency(nodes_list)
nodes_list |
A list with the sample content of each node. |
Returns a matrix object that stores a 1 if there are shared samples in two given nodos and a 0 otherwise.
## Not run: compute_node_adjacency(nodes_list) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.