hc_add_series.geo_json {highcharter} | R Documentation |
hc_add_series for geo_json & geo_list objects
Description
hc_add_series for geo_json & geo_list objects
Usage
## S3 method for class 'geo_json'
hc_add_series(hc, data, type = NULL, ...)
## S3 method for class 'geo_list'
hc_add_series(hc, data, type = NULL, ...)
Arguments
hc |
A |
data |
A |
type |
Type of series. Can be 'mapline', 'mapoint'. |
... |
Arguments defined in https://api.highcharts.com/highcharts/plotOptions.series. |
[Package highcharter version 0.9.4 Index]