EVOLUTION-MANAGER
Edit File: print.profvis.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 profvis 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 print.profvis {profvis}"><tr><td>print.profvis {profvis}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Print a profvis object</h2> <h3>Description</h3> <p>Print a profvis object </p> <h3>Usage</h3> <pre> ## S3 method for class 'profvis' print(x, ..., width = NULL, height = NULL, split = NULL) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p>The object to print.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Further arguments to passed on to other print methods.</p> </td></tr> <tr valign="top"><td><code>width</code></td> <td> <p>Width of the htmlwidget.</p> </td></tr> <tr valign="top"><td><code>height</code></td> <td> <p>Height of the htmlwidget</p> </td></tr> <tr valign="top"><td><code>split</code></td> <td> <p>Direction of split. Either <code>"v"</code> (the default) for vertical, or <code>"h"</code> for horizontal. This is the orientation of the split bar.</p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>profvis</em> version 0.3.7 <a href="00Index.html">Index</a>]</div> </body></html>