graph.isocreate {igraph} | R Documentation |
Create a graph from an isomorphism class
Description
graph.isocreate()
was renamed to graph_from_isomorphism_class()
to create a more
consistent API.
Usage
graph.isocreate(size, number, directed = TRUE)
Arguments
size |
The number of vertices in the graph. |
number |
The isomorphism class. |
directed |
Whether to create a directed graph (the default). |
[Package igraph version 2.0.3 Index]