EVOLUTION-MANAGER
Edit File: profvisOutput.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: Widget output function for use in Shiny</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 profvisOutput {profvis}"><tr><td>profvisOutput {profvis}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Widget output function for use in Shiny</h2> <h3>Description</h3> <p>Widget output function for use in Shiny </p> <h3>Usage</h3> <pre> profvisOutput(outputId, width = "100%", height = "600px") </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>outputId</code></td> <td> <p>Output variable for profile visualization.</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> </table> <hr /><div style="text-align: center;">[Package <em>profvis</em> version 0.3.7 <a href="00Index.html">Index</a>]</div> </body></html>