ankitpatira
9 years agoCommunity Champion
Map with connecting lines
Description This visual uses Maps package and Geosphere package to draw a map of Australia and dots on that map finally connecting them with lines. Using sample migration statistics data from differ...
paul_turley
9 years agoAdvocate IV
To get this R visual script to work, users will need to add the following commands before the two libray function calls:
install.packages("maps")
install.packages("geosphere")
JoseMiguelPR
9 years agoRegular Visitor
Hi Ankitpatira,
thanks for the visual. Really great one.
Hi Paul,
Can we install these packages before even having R installed? and sorry for the question but... how do we install packages?
thanks for your help
/Jose Miguel