View source: R/is.adjacency.matrix.R
| is.adjacency.matrix | R Documentation |
Check which matrices are adjacency matrices (0 and 1 values for interaction)
is.adjacency.matrix(list1)
list1 |
List with the interaction matrices |
Information on whether each matrix is an adjacency matrix.
data(mg1) is.adjacency.matrix(mg1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.