EVOLUTION-MANAGER
Edit File: pipe.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: Magrittr's pipes</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 %&gt;% {igraph}"><tr><td>%>% {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Magrittr's pipes</h2> <h3>Description</h3> <p>igraph re-exports the <code>%>%</code> operator of magrittr, because we find it very useful. Please see the documentation in the <code>magrittr</code> package. </p> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>lhs</code></td> <td> <p>Left hand side of the pipe.</p> </td></tr> <tr valign="top"><td><code>rhs</code></td> <td> <p>Right hand side of the pipe.</p> </td></tr> </table> <h3>Value</h3> <p>Result of applying the right hand side to the result of the left hand side. </p> <h3>Examples</h3> <pre> make_ring(10) %>% add_edges(c(1,6)) %>% plot() </pre> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>