View source: R/convert2adjacency.R
convert2adjacency | R Documentation |
Converts all matrices to adjacency matrices (0 and 1 values for interaction)
convert2adjacency(list1)
list1 |
List with the interaction matrices |
A list of adjacency matrices (0: no interaction; 1: interaction).
data(mg1) mg2 <- convert2adjacency(mg1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.