R Maps
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
This is an updated version of my Making Maps with R tutorial. I think the code is lot simpler and it also includes some data for you to play around with.
Background:
Spatial data are becoming increasingly common, as are the tools available in R to process it. Of course one of the best ways of visualizing spatial data is through a map. Maps need to be well thought out. Not least, the selected colours need to be appropriate and sufficient context is provided through the use of a legend, title, scale bar and north arrow. The worksheet will demonstrate how to produce a map with R that includes all these elements.
Data Requirements:
London Sport Participation Shapefile. Download (requires unzipping)
Install the following packages (if you haven’t already done so):
maptools, RColorBrewer, classInt
Click here to view the tutorial code.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.