highcharter (version 0.7.0)

hc_add_series.xts: hc_add_series for xts objects

Description

hc_add_series for xts objects

Usage

# S3 method for xts
hc_add_series(hc, data, ...)

# S3 method for ohlc hc_add_series(hc, data, type = "candlestick", ...)

Arguments

hc

A highchart htmlwidget object.

data

A xts object.

type

The way to show the xts object. Can be 'candlestick' or 'ohlc'.