EVOLUTION-MANAGER
Edit File: hrg_tree.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 an igraph graph from a hierarchical random graph model</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 hrg_tree {igraph}"><tr><td>hrg_tree {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Create an igraph graph from a hierarchical random graph model</h2> <h3>Description</h3> <p><code>hrg_tree</code> creates the corresponsing igraph tree of a hierarchical random graph model. </p> <h3>Usage</h3> <pre> hrg_tree(hrg) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>hrg</code></td> <td> <p>A hierarchical random graph model.</p> </td></tr> </table> <h3>Value</h3> <p>An igraph graph. </p> <h3>See Also</h3> <p>Other hierarchical random graph functions: <code><a href="consensus_tree.html">consensus_tree</a>()</code>, <code><a href="fit_hrg.html">fit_hrg</a>()</code>, <code><a href="hrg-methods.html">hrg-methods</a></code>, <code><a href="hrg.html">hrg</a>()</code>, <code><a href="predict_edges.html">predict_edges</a>()</code>, <code><a href="print.igraphHRGConsensus.html">print.igraphHRGConsensus</a>()</code>, <code><a href="print.igraphHRG.html">print.igraphHRG</a>()</code>, <code><a href="sample_hrg.html">sample_hrg</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>