Description Usage Arguments Value Examples
View source: R/model.helpers.R
Converts an input graph object to an adjacency matrix and identifies its characteristics
1 | tomatrix(graph)
|
graph |
A graph object of class "matrix", "sparseMatrix", igraph, matrix or dataframe edgelist, or network |
a list(summary, G) 'summary' is a dataframe containing characteristics of the supplied object 'G' is an adjacency matrix
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.