EVOLUTION-MANAGER
Edit File: chobTA-class.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: A Technical Analysis Chart 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 chobTA-class {quantmod}"><tr><td>chobTA-class {quantmod}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>A Technical Analysis Chart Object </h2> <h3>Description</h3> <p> Internal storage class for handling arbitrary TA objects </p> <h3>Objects from the Class</h3> <p>Objects of class <code>chobTA</code> are created and returned invisibly through calls to addTA-style functions. </p> <h3>Slots</h3> <dl> <dt><code>call</code>:</dt><dd><p>Object of class <code>"call"</code> ~~ </p> </dd> <dt><code>on</code>:</dt><dd><p>Object of class <code>"ANY"</code> ~~ </p> </dd> <dt><code>new</code>:</dt><dd><p>Object of class <code>"logical"</code> ~~ </p> </dd> <dt><code>TA.values</code>:</dt><dd><p>Object of class <code>"ANY"</code> ~~ </p> </dd> <dt><code>name</code>:</dt><dd><p>Object of class <code>"character"</code> ~~ </p> </dd> <dt><code>params</code>:</dt><dd><p>Object of class <code>"ANY"</code> ~~ </p> </dd> </dl> <h3>Methods</h3> <dl> <dt>show</dt><dd><p><code>signature(object = "chobTA")</code>: ... </p> </dd> </dl> <h3>Note</h3> <p> It is of no external vaule to handle chobTA objects directly </p> <h3>Author(s)</h3> <p> Jeffrey A. Ryan </p> <h3>See Also</h3> <p><code><a href="newTA.html">addTA</a></code>, ~~~ or <code><a href="chob-class.html">chob</a></code> for links to other classes </p> <h3>Examples</h3> <pre> showClass("chobTA") </pre> <hr /><div style="text-align: center;">[Package <em>quantmod</em> version 0.4.20 <a href="00Index.html">Index</a>]</div> </body></html>