Questions tagged [rmaps]

An R package to create, customize and publish interactive maps from R.

rMaps is an R package to create, customize and publish interactive maps from R. It supports multiple mapping libraries, including leaflet, datamaps and crosslet.

References:

34 questions
0
votes
0 answers

RCharts For World Map

I have downloaded RCharts by doing the following: require(devtools) require(stringi) install_github('rCharts', 'ramnathv') library(rCharts) My dataset is as follows: Country<-c('ANTARCTICA','ARMENIA','CHINA','UNITED…
analytics
  • 149
  • 1
  • 9
0
votes
1 answer

rCharts GeoJSON - Change fill color of polygons

I'm using rCharts Leaflet maps to display polygons on map on R. Using the Leaflet's geoJson I created some polygons and added them to the map. However, those polygons are filled with a default blue color. I'm trying to give them a different color,…
Yoav
  • 999
  • 3
  • 11
  • 30
0
votes
1 answer

Total distance of route using Leaflet routing machine in rMaps/rCharts

I would like to produce a shiny app that asks for two addresses, maps an efficient route, and calculates the total distance of the route. This can be done using the Leaflet Routing Machine using the javascript library, however I would like to do a…
cnmillar
  • 327
  • 2
  • 13
0
votes
0 answers

Is there a way to export rMaps output to image?

I'm starting to work with rMaps (following this example), and it's a great package. I'd like to include the results in a document, either by exporting the result to a .jpeg, .png or other graphical format, or by rendering the output directly into a…
Barranka
  • 20,547
  • 13
  • 65
  • 83
1 2
3