View source: R/make_symmetric.R
make_symmetric | R Documentation |
This function takes an adjacency matrix as input and forces it into being symmetric.
make_symmetric(adj, method = pmax)
adj |
the adjacency matrix |
method |
the element-wise function to be applied to the matrix and
its transpose; default is |
Ilias Moutsopoulos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.