hc_add_series.xts {highcharter} | R Documentation |
hc_add_series for xts objects
Description
hc_add_series for xts objects
Usage
## S3 method for class 'xts'
hc_add_series(hc, data, ...)
## S3 method for class 'ohlc'
hc_add_series(hc, data, type = "candlestick", ...)
Arguments
hc |
A |
data |
A |
... |
Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series. |
type |
The way to show the |
[Package highcharter version 0.9.4 Index]