Displaying 2 results from an estimated 2 matches for "thematicmap".
Did you mean:
thematica
2010 Jun 23
1
Plotting Data on a Map
...>>>>> # Download electricity generation data from http://tonto.eia.doe.gov/cfapps/ipdbproject/iedindex3.cfm?tid=2&pid=2&aid=12&cid=&syid=2004&eyid=2008&unit=BKWH
>>>>>
>>>>>
>>>>> # Download new map data from http://thematicmapping.org/downloads/world_borders.php
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> # Bring the thematicmapping data into R
>>>>> library("rgdal")
>>>>> world.map <- readOGR(dsn="C:/", laye...
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...D: <1292000026484-3082305.post at n4.nabble.com>
Content-Type: text/plain; charset=us-ascii
Thanks for the suggestions, but I am not there yet (I'm a real novice). In
the code provided by Patrick (see below), I changed the shape input (from
sids to world) which I downloaded here:
http://thematicmapping.org/downloads/world_borders.php. As a result I also
need to change the "CNTY_ID" and "id" in the code, but I have no idea what
[[elided Yahoo spam]]
Mathijs
library(maptools)
library(ggplot2)
gpclibPermit()
myshp<- readShapeSpatial(system.file("shapes/sids.shp&quo...