Description Usage Arguments Value Examples
View source: R/runSaviHelperFunctions.R
This is a helper function that is used in runSavi which is not meant for the user.
1 | getPropGraphState(g, numOfVertexGroups)
|
g |
The current igraph in its current state. |
numOfVertexGroups |
The desired number of vertex groups for the graph. It is required that this number be greater than 1 or the function runSavi will throw an error. It is recommended that the number be less than the number of verticies in the graph. |
A new igraph in the proposed state.
1 | getPropGraph(g,4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.