map-geo-marker-plot: Geo marker plot

Description Usage Arguments

Description

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

leaflet_stacked_bar_chart should not be used directly, it generates a geo marker plot using leaflet.

Usage

1
2
3
4
geo_marker_plot(data = NA, library = "leaflet", popup.text = NULL,
  mouseover.text = NULL)

leaflet_geo_marker_plot(...)

Arguments

data

A dataframe, must be long-formatted.

library

Which library to use, highchart is default.

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_marker_plot.


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