EVOLUTION-MANAGER
Edit File: make_empty_graph.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: A graph with no edges</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 make_empty_graph {igraph}"><tr><td>make_empty_graph {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>A graph with no edges</h2> <h3>Description</h3> <p>A graph with no edges </p> <h3>Usage</h3> <pre> make_empty_graph(n = 0, directed = TRUE) empty_graph(...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>n</code></td> <td> <p>Number of vertices.</p> </td></tr> <tr valign="top"><td><code>directed</code></td> <td> <p>Whether to create a directed graph.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Passed to <code>make_graph_empty</code>.</p> </td></tr> </table> <h3>Value</h3> <p>An igraph graph. </p> <h3>See Also</h3> <p>Other deterministic constructors: <code><a href="graph_from_atlas.html">graph_from_atlas</a>()</code>, <code><a href="graph_from_edgelist.html">graph_from_edgelist</a>()</code>, <code><a href="graph_from_literal.html">graph_from_literal</a>()</code>, <code><a href="make_chordal_ring.html">make_chordal_ring</a>()</code>, <code><a href="make_full_citation_graph.html">make_full_citation_graph</a>()</code>, <code><a href="make_full_graph.html">make_full_graph</a>()</code>, <code><a href="make_graph.html">make_graph</a>()</code>, <code><a href="make_lattice.html">make_lattice</a>()</code>, <code><a href="make_ring.html">make_ring</a>()</code>, <code><a href="make_star.html">make_star</a>()</code>, <code><a href="make_tree.html">make_tree</a>()</code> </p> <h3>Examples</h3> <pre> make_empty_graph(n = 10) make_empty_graph(n = 5, directed = FALSE) </pre> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>