powered by
get.adjacency.matrix()
Utility function used by get.adjacency.matrix()
make.matrix(vertices, interactions)
Comma separated list of nodes
Comma separated list of edges
Returns adjacency matrix
# NOT RUN { x1 <- make.matrix("a,b,c", "a:b,b:c"); # }
Run the code above in your browser using DataLab