EVOLUTION-MANAGER
Edit File: sample_hrg.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: Sample 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 sample_hrg {igraph}"><tr><td>sample_hrg {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Sample from a hierarchical random graph model</h2> <h3>Description</h3> <p><code>sample_hrg</code> samples a graph from a given hierarchical random graph model. </p> <h3>Usage</h3> <pre> sample_hrg(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_tree.html">hrg_tree</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> </p> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>