Skip to content
Prev 13878 / 29559 Next

Plotting shapefiles in R

Dear Ester,

  This is a simple, yet effective, approach:
 
  library(maptools)
  myshp<-readShapePoly("path_to_your_shapefile")
  plot(myshp)

  Hope it helps,

  Thiago.
--- On Wed, 11/1/12, Ester Polaina Lacambra <e.polaina at gmail.com> wrote: