marinebon / infographiqR

R functions for creation of interactive intelligent infographics, ie infographiq
https://marinebon.github.io/infographiqR
MIT License
11 stars 2 forks source link

new plot function for maps #35

Open 7yl4r opened 6 years ago

7yl4r commented 6 years ago

I'm breaking this out from #21

using leaflet cluster markers

txt = "library(tidyverse)
library(leaflet)

leaflet(quakes) %>% 
  addTiles() %>% 
  addMarkers(
    clusterOptions = markerClusterOptions())"

eval(parse(text=txt))

or ddgridR

I'm not sure how this might change the shape of plot_indicators.csv though...