graph.automorphisms | R Documentation |
graph.automorphisms()
was renamed to count_automorphisms()
to create a more
consistent API.
graph.automorphisms(
graph,
colors = NULL,
sh = c("fm", "f", "fs", "fl", "flm", "fsm")
)
graph |
The input graph, it is treated as undirected. |
colors |
The colors of the individual vertices of the graph; only
vertices having the same color are allowed to match each other in an
automorphism. When omitted, igraph uses the |
sh |
The splitting heuristics for the BLISS algorithm. Possible values
are: ‘ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.