EVOLUTION-MANAGER
Edit File: graph_from_isomorphism_class.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Create a graph from an isomorphism class</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for graph_from_isomorphism_class {igraph}"><tr><td>graph_from_isomorphism_class {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Create a graph from an isomorphism class</h2> <h3>Description</h3> <p>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 directed graphs with 3 or 4 vertices and undirected graphd with 3 to 6 vertices. </p> <h3>Usage</h3> <pre> graph_from_isomorphism_class(size, number, directed = TRUE) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>size</code></td> <td> <p>The number of vertices in the graph.</p> </td></tr> <tr valign="top"><td><code>number</code></td> <td> <p>The isomorphism class.</p> </td></tr> <tr valign="top"><td><code>directed</code></td> <td> <p>Whether to create a directed graph (the default).</p> </td></tr> </table> <h3>Value</h3> <p>An igraph object, the graph of the given size, directedness and isomorphism class. </p> <h3>See Also</h3> <p>Other graph isomorphism: <code><a href="count_isomorphisms.html">count_isomorphisms</a>()</code>, <code><a href="count_subgraph_isomorphisms.html">count_subgraph_isomorphisms</a>()</code>, <code><a href="isomorphic.html">isomorphic</a>()</code>, <code><a href="isomorphism_class.html">isomorphism_class</a>()</code>, <code><a href="isomorphisms.html">isomorphisms</a>()</code>, <code><a href="subgraph_isomorphic.html">subgraph_isomorphic</a>()</code>, <code><a href="subgraph_isomorphisms.html">subgraph_isomorphisms</a>()</code> </p> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>