swirldev / swirl_courses

:mortar_board: A collection of interactive courses for the swirl R package.
http://swirlstats.com
Other
4.32k stars 7.24k forks source link

Leaflet, please! #378

Open pedrokarneiro opened 7 years ago

pedrokarneiro commented 7 years ago

How to produce maps with R?

fabianaboldrin commented 7 years ago

for producing maps with R you need to use ggplot2 and plotly packages. ggplot2 for the map tamplate and then plotly if you want it to be responsive in any way.

Akshaydirisala commented 7 years ago

Adding to @fabianaboldrin ,ggmap which is extension of ggplot2 especially for maps and tmap packages can be installed for working better with maps.