chart_Series | R Documentation |
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,
...)
x |
time series object |
name |
name for chart |
type |
one of: |
subset |
an ISO8601 style character string indicating date range |
TA |
a character string of semi-colon seperated TA calls. |
pars |
chart parameters |
theme |
chart theme |
clev |
color level (experimental). Indicates the degree of brightness 0 is darkest color. |
... |
additional parameters |
These functions, when complete, will revert back to the original chartSeries naming convention.
Called for graphical side effects.
Highly experimental (read: alpha) use with caution.
Jeffrey A. Ryan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.