EVOLUTION-MANAGER
Edit File: quantmod.OHLC.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: Create Open High Low Close 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 quantmod.OHLC {quantmod}"><tr><td>quantmod.OHLC {quantmod}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2> Create Open High Low Close Object </h2> <h3>Description</h3> <p>Coerce an object with the apporpriate columns to class <code>quantmod.OHLC</code>, which extends zoo. </p> <h3>Usage</h3> <pre> as.quantmod.OHLC(x, col.names = c("Open", "High", "Low", "Close", "Volume", "Adjusted"), name = NULL, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>x</code></td> <td> <p> object of class <code>zoo</code> </p> </td></tr> <tr valign="top"><td><code>col.names</code></td> <td> <p> suffix for columns </p> </td></tr> <tr valign="top"><td><code>name</code></td> <td> <p> name to attach unique column suffixes to, defaults to the object name </p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p> additional arguments (unused) </p> </td></tr> </table> <h3>Details</h3> <p><code>quantmod.OHLC</code> is actually just a renaming of an object of class <code>zoo</code>, with the convention of NAME.Open, NAME.High, ... for the column names. </p> <p>Additionally methods may be written to handle or check for the above conditions within other functions - as is the case within the <span class="pkg">quantmod</span> package. </p> <h3>Value</h3> <p>An object of class c('quantmod.OHLC','zoo') </p> <h3>Author(s)</h3> <p> Jeffrey A. Ryan </p> <h3>See Also</h3> <p><code><a href="OHLC.Transformations.html">OHLC.Transformations</a></code>, <code><a href="getSymbols.html">getSymbols</a></code> </p> <hr /><div style="text-align: center;">[Package <em>quantmod</em> version 0.4.20 <a href="00Index.html">Index</a>]</div> </body></html>