[R-sig-Geo] spatial data

Michael Sumner mdsumner at gmail.com
Mon Jun 28 04:34:26 CEST 2010


It is not (yet) going into my spam folder - that problem may only be
at your end. Check the archives to see if your message is getting
through to the list (it is).

https://stat.ethz.ch/pipermail/r-sig-geo/2010-June/thread.html

Cheers, Mike.

On Mon, Jun 28, 2010 at 12:28 PM, Felipe Carrillo
<mazatlanmexico at yahoo.com> wrote:
> Sorry, the subject is not very informative but after a few tries my email keeps going to the spam folder
>
> Hi:
> Could someone show me how to add state borders to a shapefile.
> Please follow the bellow link to download it.Thanks
>
> http://docs.google.com/leaf?id=0B9LuhHLxsabgNmUxM2VhZmQtNzNlNC00ZDhiLTg0MTQtODJhN2U5MWI3ZTdi&hl=en&authkey=CMeh644K
> http://docs.google.com/leaf?id=0B9LuhHLxsabgZTJkNmY3NmYtZjI3NS00ZmZlLTljMWEtZTkzOWY5NWJiNzZm&hl=en&authkey=CNHh6vkL
> http://docs.google.com/leaf?id=0B9LuhHLxsabgYjIxZTAxZGYtYTc1Zi00M2Y0LWI2NDMtNTQwMzc2ODZjZTlm&hl=en&authkey=CPGYi9gL
> http://docs.google.com/leaf?id=0B9LuhHLxsabgMDgyMTBjMjMtOGZjZS00OGM1LTgzNDQtMGM3M2JlYWNhMzky&hl=en&authkey=COWjorMD
> http://docs.google.com/leaf?id=0B9LuhHLxsabgN2E4YTllOTEtMjhmMC00ZjY5LWFmYWQtMmQ0YmRmMzJjYWM5&hl=en&authkey=COWkixM
> http://docs.google.com/leaf?id=0B9LuhHLxsabgODVkMmJlNjctYTQxZi00MDA5LWIzMDEtZDc0YTY4YjExMjc2&hl=en&authkey=CIzq0_EH
>
> library(rgdal)
> library(maptools)
> dsn="C:/pathtoshapefile"
> wolves.map <- readOGR(dsn=dsn, layer="PNW_wolf_habitat_grid")
> cols<-heat.colors(16);cols
> spplot(wolves.map, "PRED_SUIT", names.attr = "PRED_SUIT", col.regions=rev(cols),
>     colorkey=list(space="bottom"), main = "Wolf Presence", as.table = TRUE)
>
>
>
> Felipe D. Carrillo
> Supervisory Fishery Biologist
> Department of the Interior
> US Fish & Wildlife Service
> California, USA
>
>
>
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>



More information about the R-sig-Geo mailing list