EVOLUTION-MANAGER
Edit File: addLegend.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: Add Legend</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 addLegend {xts}"><tr><td>addLegend {xts}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Add Legend</h2> <h3>Description</h3> <p>Add Legend </p> <h3>Usage</h3> <pre> addLegend(legend.loc = "topright", legend.names = NULL, col = NULL, ncol = 1, on = 0, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>legend.loc</code></td> <td> <p>legend.loc places a legend into one of nine locations on the chart: bottomright, bottom, bottomleft, left, topleft, top, topright, right, or center.</p> </td></tr> <tr valign="top"><td><code>legend.names</code></td> <td> <p>character vector of names for the legend. If <code>NULL</code>, the column names of the current plot object are used.</p> </td></tr> <tr valign="top"><td><code>col</code></td> <td> <p>fill colors for the legend. If <code>NULL</code>, the colorset of the current plot object data is used.</p> </td></tr> <tr valign="top"><td><code>ncol</code></td> <td> <p>number of columns for the legend</p> </td></tr> <tr valign="top"><td><code>on</code></td> <td> <p>panel number to draw on. A new panel will be drawn if <code>on=NA</code>. The default, <code>on=0</code>, will add to the active panel. The active panel is defined as the panel on which the most recent action was performed. Note that only the first element of <code>on</code> is checked for the default behavior to add to the last active panel.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>any other passthrough parameters to <code><a href="../../graphics/html/legend.html">legend</a></code>.</p> </td></tr> </table> <h3>Author(s)</h3> <p>Ross Bennett </p> <hr /><div style="text-align: center;">[Package <em>xts</em> version 0.12.2 <a href="00Index.html">Index</a>]</div> </body></html>