decompose.graph | R Documentation |
decompose.graph()
was renamed to decompose()
to create a more
consistent API.
decompose.graph(
graph,
mode = c("weak", "strong"),
max.comps = NA,
min.vertices = 0
)
graph |
The original graph. |
mode |
Character constant giving the type of the components, wither
|
max.comps |
The maximum number of components to return. The first
|
min.vertices |
The minimum number of vertices a component should contain in order to place it in the result list. E.g. supply 2 here to ignore isolate vertices. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.