EVOLUTION-MANAGER
Edit File: without_loops.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: Constructor modifier to drop loop 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 without_loops {igraph}"><tr><td>without_loops {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Constructor modifier to drop loop edges</h2> <h3>Description</h3> <p>Constructor modifier to drop loop edges </p> <h3>Usage</h3> <pre> without_loops() </pre> <h3>See Also</h3> <p>Other constructor modifiers: <code><a href="simplified.html">simplified</a>()</code>, <code><a href="with_edge_.html">with_edge_</a>()</code>, <code><a href="with_graph_.html">with_graph_</a>()</code>, <code><a href="with_vertex_.html">with_vertex_</a>()</code>, <code><a href="without_attr.html">without_attr</a>()</code>, <code><a href="without_multiples.html">without_multiples</a>()</code> </p> <h3>Examples</h3> <pre> # An artificial example make_(full_graph(5, loops = TRUE)) make_(full_graph(5, loops = TRUE), without_loops()) </pre> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>