View source: R/structural.properties.R
graph.density | R Documentation |
graph.density()
was renamed to edge_density()
to create a more
consistent API.
graph.density(graph, loops = FALSE)
graph |
The input graph. |
loops |
Logical constant, whether loop edges may exist in the graph. This affects the calculation of the largest possible number of edges in the graph. If this parameter is set to FALSE yet the graph contains self-loops, the result will not be meaningful. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.