EVOLUTION-MANAGER
Edit File: print.igraphHRGConsensus.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: Print a hierarchical random graph consensus tree to the...</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 print.igraphHRGConsensus {igraph}"><tr><td>print.igraphHRGConsensus {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Print a hierarchical random graph consensus tree to the screen</h2> <h3>Description</h3> <p>Consensus dendrograms (<code>igraphHRGConsensus</code> objects) are printed simply by listing the children of each internal node of the dendrogram: </p> <pre>HRG consensus tree: g1 -> 11 12 13 14 15 16 17 18 19 20 g2 -> 1 2 3 4 5 6 7 8 9 10 g3 -> g1 g2</pre> <p>The root of the dendrogram is <code>g3</code> (because it has no incoming edges), and it has two subgroups, <code>g1</code> and <code>g2</code>. </p> <h3>Usage</h3> <pre> ## S3 method for class 'igraphHRGConsensus' print(x, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p><code>igraphHRGConsensus</code> object to print.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Ignored.</p> </td></tr> </table> <h3>Value</h3> <p>The input object, invisibly, to allow method chaining. </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.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>