EVOLUTION-MANAGER
Edit File: head_print.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 the only the head of an R object</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 head_print {igraph}"><tr><td>head_print {igraph}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Print the only the head of an R object</h2> <h3>Description</h3> <p>Print the only the head of an R object </p> <h3>Usage</h3> <pre> head_print( x, max_lines = 20, header = "", footer = "", omitted_footer = "", ... ) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>The object to print, or a callback function. See <code><a href="printer_callback.html">printer_callback</a></code> for details.</p> </td></tr> <tr valign="top"><td><code>max_lines</code></td> <td> <p>Maximum number of lines to print, <em>not</em> including the header and the footer.</p> </td></tr> <tr valign="top"><td><code>header</code></td> <td> <p>The header, if a function, then it will be called, otherwise printed using <code>cat</code>.</p> </td></tr> <tr valign="top"><td><code>footer</code></td> <td> <p>The footer, if a function, then it will be called, otherwise printed using <code>cat</code>.</p> </td></tr> <tr valign="top"><td><code>omitted_footer</code></td> <td> <p>Footer that is only printed if anything is omitted from the printout. If a function, then it will be called, otherwise printed using <code>cat</code>.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Extra arguments to pass to <code>print()</code>.</p> </td></tr> </table> <h3>Value</h3> <p><code>x</code>, invisibly. </p> <hr /><div style="text-align: center;">[Package <em>igraph</em> version 1.3.5 <a href="00Index.html">Index</a>]</div> </body></html>