Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

R Maps

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.

Share on Facebook
Bookmark this on Google Bookmarks
Share on reddit
Bookmark this on Digg
Share on StumbleUpon
Share on LinkedIn


  1. Tal Galili09-06-10

    Hi.

    You didn’t tag this post with “r” so it didn’t appear on R-bloggers.com

    If you want more visitors – please add the “r” tag.

    Cheers :)
    Tal

  2. Edward09-10-10

    Readers may also like to try the spplot function from package sp .

  3. afro04-15-12

    Advise pls. An new 2 R. Trying 2 map a shp based on ur guide. After loading the packages on R2.15, attempts 2 read the file generates error, Error: could not find function “readShapePoly”.

    Tnx in advance.

Leave a Reply

 

  1. Making Maps with R - Spatial Analysis09-06-10
  2. Making Maps with R | GIS Lounge10-09-11
  3. R: dica de sites e tutorial para criação de mapas10-18-11