Hi Ray, that was really helpful, thank you!!!
--
View this message in context:
http://r.789695.n4.nabble.com/Coloring-Counties-in-a-State-Map-tp4638218p4639210.html
Sent from the R help mailing list archive at Nabble.com.
__
R-help@r-project.org mail
On 07/29/12 08:56, arcata wrote:
> I am mapping U.S. state counties in individual states maps, e.g. A map of
> Montana, with county lines.
> How do I fill specific counties with a different color?
>
Do you mean something like:
m <- map("county", "Montana")
map("county", m$names[c(1, 4)], fill=TRU
you have already developed in trying to do this.
John Kane
Kingston ON Canada
> -Original Message-
> From: italianoperstrani...@hotmail.it
> Sent: Sat, 28 Jul 2012 13:56:18 -0700 (PDT)
> To: r-help@r-project.org
> Subject: [R] Coloring Counties in a State Map
>
> I
I am mapping U.S. state counties in individual states maps, e.g. A map of
Montana, with county lines.
How do I fill specific counties with a different color?
--
View this message in context:
http://r.789695.n4.nabble.com/Coloring-Counties-in-a-State-Map-tp4638218.html
Sent from the R help mail
4 matches
Mail list logo