graph.adhesion | R Documentation |
graph.adhesion()
was renamed to adhesion()
to create a more
consistent API.
graph.adhesion(graph, checks = TRUE)
graph |
The input graph. |
checks |
Logical constant. Whether to check that the graph is connected and also the degree of the vertices. If the graph is not (strongly) connected then the connectivity is obviously zero. Otherwise if the minimum degree is one then the edge connectivity is also one. It is a good idea to perform these checks, as they can be done quickly compared to the connectivity calculation itself. They were suggested by Peter McMahan, thanks Peter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.