map-geo-bubble-chart: Geo bubble chart

Description Usage Arguments

Description

geo_bubble_chart creates a geo bubble chart using the specified library, which can be used in the library's %>% workflow. Data must be provided in long format.

leaflet_geo_bubble_chart should not be used directly, it generates a geo bubble plot using leaflet.

hc_geo_bubble_chart should not be used directly, it generates a geo bubble plot using highcharter.

plotly_geo_bubble_chart should not be used directly, it generates a geo bubble plot using plotly

Usage

1
2
3
4
5
6
7
8
9
geo_bubble_chart(data = NA, library = "leaflet", bubble.radius = ~radius,
  bubble.group, bubble.opacity = 0.6, color = ~color, popup.text = NULL,
  mouseover.text = NULL)

leaflet_geo_bubble_chart(...)

hc_geo_bubble_chart(...)

plotly_geo_bubble_chart(...)

Arguments

data

A dataframe, must be long-formatted.

library

Which library to use, highchart is default.

bubble.radius

Column containing the bubble radius for each point. Must be given as formula, i.e. ~radius

popup.text

Content to display when a marker is clicked. Must be given as formula, i.e. ~country

mouseover.text

Content to display when the cursor passes over a marker. Must be given as formula, i.e. ~country

...

all arguments provided to geo_bubble_chart.

...

all arguments provided to geo_bubble_chart.

...

all arguments provided to geo_bubble_chart.


martinjhnhadley/oidnChaRts documentation built on May 21, 2019, 12:38 p.m.