canonical.permutation | R Documentation |
canonical.permutation()
was renamed to canonical_permutation()
to create a more
consistent API.
canonical.permutation(
graph,
colors = NULL,
sh = c("fm", "f", "fs", "fl", "flm", "fsm")
)
graph |
The input graph, 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 |
Type of the heuristics to use for the BLISS algorithm. See details for possible values. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.