quantmod (version 0.4-13)

chobTA-class: A Technical Analysis Chart Object

Description

Internal storage class for handling arbitrary TA objects

Arguments

Objects from the Class

Objects of class chobTA are created and returned invisibly through calls to addTA-style functions.

Slots

call:

Object of class "call" ~~

on:

Object of class "ANY" ~~

new:

Object of class "logical" ~~

TA.values:

Object of class "ANY" ~~

name:

Object of class "character" ~~

params:

Object of class "ANY" ~~

Methods

show

signature(object = "chobTA"): ...

See Also

addTA, ~~~ or '>chob for links to other classes

Examples

Run this code
# NOT RUN {
showClass("chobTA")
# }

Run the code above in your browser using DataCamp Workspace