bikeshare icon indicating copy to clipboard operation
bikeshare copied to clipboard

Visualizing Bike Sharing Networks with rCharts and Shiny

Results 4 bikeshare issues
Sort by recently updated
recently updated
newest added

Hello, First of all, great package and project! It's very helpful! I noticed that in your code you set the width and height of the map as "width = 1600,...

Is it possible in R to set multiple providers (for layers) to Leaflet? Single provider: ``` L1$tileLayer(provider = 'Stamen.TonerLite') ``` Multiple providers? (Setting the previous line multiple times, overwrites the...

The basic idea is to 1. Write functions to retrieve JSON data. 2. Write functions to process JSON data. 3. Wire it all up using AngularJS It would be nice...