tomatrix | R Documentation |
Converts an input graph object to an adjacency/incidence matrix and identifies its characteristics
tomatrix(graph)
graph |
A graph object of class "matrix", "Matrix", "dataframe", igraph. |
a list(summary, G, attribs)
summary
is a dataframe containing characteristics of the supplied object
G
is an adjacency/incidence matrix
attribs
is a dataframe containing vertex attributes (if present in graph
)
M <- matrix(rbinom(5*5,1,.5),5,5)
test <- backbone:::tomatrix(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.