Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

graph_from_isomorphism_class

Create a graph from an isomorphism class


Description

The isomorphism class is a non-negative integer number. Graphs (with the same number of vertices) having the same isomorphism class are isomorphic and isomorphic graphs always have the same isomorphism class. Currently it can handle only graphs with 3 or 4 vertices.

Usage

graph_from_isomorphism_class(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).

Value

An igraph object, the graph of the given size, directedness and isomorphism class.

See Also


igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.