hc_add_series.data.frame {highcharter} | R Documentation |
hc_add_series for data frames objects
## S3 method for class 'data.frame' hc_add_series(hc, data, type = NULL, mapping = hcaes(), ...)
hc |
A |
data |
A |
type |
The type of the series: line, bar, etc. |
mapping |
The mapping, same idea as |
... |
Arguments defined in http://api.highcharts.com/highcharts#chart. |