size | R Documentation |
The size of the graph is the number of edges
size(graph)
graph |
The graph. |
Numeric scalar, the number of edges.
G <- graph(list(A = c("B", "C"), B = "C", C = "A"))
size(G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.