EVOLUTION-MANAGER
Edit File: console.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: The igraph console</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 console {igraph}"><tr><td>console {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>The igraph console</h2> <h3>Description</h3> <p>The igraph console is a GUI windows that shows what the currently running igraph function is doing. </p> <h3>Usage</h3> <pre> console() </pre> <h3>Details</h3> <p>The console can be started by calling the <code>console</code> function. Then it stays open, until the user closes it. </p> <p>Another way to start it to set the <code>verbose</code> igraph option to “tkconsole” via <code>igraph_options</code>. Then the console (re)opens each time an igraph function supporting it starts; to close it, set the <code>verbose</code> option to another value. </p> <p>The console is written in Tcl/Tk and required the <code>tcltk</code> package. </p> <h3>Value</h3> <p><code>NULL</code>, invisibly. </p> <h3>Author(s)</h3> <p>Gabor Csardi <a href="mailto:csardi.gabor@gmail.com">csardi.gabor@gmail.com</a> </p> <h3>See Also</h3> <p><code><a href="igraph_options.html">igraph_options</a></code> and the <code>verbose</code> option. </p> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>