highcharter (version 0.7.0)

hc_add_series.data.frame: hc_add_series for data frames objects

Description

hc_add_series for data frames objects

Usage

# S3 method for data.frame
hc_add_series(hc, data, type = NULL,
  mapping = hcaes(), ...)

Arguments

hc

A highchart htmlwidget object.

data

A data.frame object.

type

The type of the series: line, bar, etc.

mapping

The mapping, same idea as ggplot2.