chob-class: A Chart Object Class

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

Internal Objects for Tracking and Plotting Chart Changes

Objects from the Class

Objects are created internally through the charting functions chartSeries, barChart, lineChart, and candleChart.

Slots

device:

Object of class "ANY" ~~

call:

Object of class "call" ~~

xdata:

Object of class "ANY" ~~

xsubset:

Object of class "ANY" ~~

name:

Object of class "character" ~~

type:

Object of class "character" ~~

passed.args:

Object of class "ANY" ~~

windows:

Object of class "numeric" ~~

xrange:

Object of class "numeric" ~~

yrange:

Object of class "numeric" ~~

log.scale:

Object of class "logical" ~~

length:

Object of class "numeric" ~~

color.vol:

Object of class "logical" ~~

multi.col:

Object of class "logical" ~~

show.vol:

Object of class "logical" ~~

show.grid:

Object of class "logical" ~~

line.type:

Object of class "character" ~~

bar.type:

Object of class "character" ~~

xlab:

Object of class "character" ~~

ylab:

Object of class "character" ~~

spacing:

Object of class "numeric" ~~

width:

Object of class "numeric" ~~

bp:

Object of class "numeric" ~~

x.labels:

Object of class "character" ~~

colors:

Object of class "ANY" ~~

layout:

Object of class "ANY" ~~

time.scale:

Object of class "ANY" ~~

major.ticks:

Object of class "ANY" ~~

minor.ticks:

Object of class "logical" ~~

Methods

No methods defined with class "chob" in the signature.

Author(s)

Jeffrey A. Ryan

See Also

chartSeries, or chobTA for links to other classes

Examples

1
showClass("chob")

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: TTR
Version 0.4-0 included new data defaults. See ?getSymbols.
Class "chob" [package "quantmod"]

Slots:
                                                                              
Name:       device        call       xdata     xsubset        name        type
Class:         ANY        call         ANY         ANY   character   character
                                                                              
Name:  passed.args     windows      xrange      yrange   log.scale      length
Class:         ANY     numeric     numeric     numeric     logical     numeric
                                                                              
Name:    color.vol   multi.col    show.vol   show.grid   line.type    bar.type
Class:     logical     logical     logical     logical   character   character
                                                                              
Name:         xlab        ylab     spacing       width          bp    x.labels
Class:   character   character     numeric     numeric     numeric   character
                                                                  
Name:       colors      layout  time.scale minor.ticks major.ticks
Class:         ANY         ANY         ANY     logical         ANY

quantmod documentation built on May 2, 2019, 5:48 p.m.