Description Usage Arguments Value
View source: R/endogenousstats.R
Returns TRUE if the supplied object graph
is an adjacency matrix. Returns FALSE if the provided object is an edgelist. The function checks whether the edgelist conforms to our standards (sender, target, edgecount).
1 | checkGraphtype(graph)
|
graph |
A graph adjacency matrix or an edgelist. |
TRUE or FALSE. Returns TRUE if the provided object graph
is an adjacency matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.