EVOLUTION-MANAGER
Edit File: isomorphisms.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: Calculate all isomorphic mappings between the vertices of two...</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 isomorphisms {igraph}"><tr><td>isomorphisms {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Calculate all isomorphic mappings between the vertices of two graphs</h2> <h3>Description</h3> <p>Calculate all isomorphic mappings between the vertices of two graphs </p> <h3>Usage</h3> <pre> isomorphisms(graph1, graph2, method = "vf2", ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>graph1</code></td> <td> <p>The first graph.</p> </td></tr> <tr valign="top"><td><code>graph2</code></td> <td> <p>The second graph.</p> </td></tr> <tr valign="top"><td><code>method</code></td> <td> <p>Currently only ‘vf2’ is supported, see <code><a href="isomorphic.html">isomorphic</a></code> for details about it and extra arguments.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Extra arguments, passed to the various methods.</p> </td></tr> </table> <h3>Value</h3> <p>A list of vertex sequences, corresponding to all mappings from the first graph to the second. </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="graph_from_isomorphism_class.html">graph_from_isomorphism_class</a>()</code>, <code><a href="isomorphic.html">isomorphic</a>()</code>, <code><a href="isomorphism_class.html">isomorphism_class</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>