These are experimental functions for a new version of chartSeries in quantmod. Interface, behavior, and functionality will change.
chart_Series(x,
name = NULL,
type = "candlesticks",
subset = "",
TA = "",
pars = chart_pars(),
theme = chart_theme(),
clev = 0,
...)
Called for graphical side effects.
time series object
name for chart
one of:
an ISO8601 style character string indicating date range
a character string of semi-colon seperated TA calls.
chart parameters
chart theme
color level (experimental). Indicates the degree of brightness 0 is darkest color.
additional parameters
Jeffrey A. Ryan
These functions, when complete, will revert back to the original chartSeries naming convention.