Re: [R] Coloring Counties in a State Map

2012-08-05 Thread arcata
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

Re: [R] Coloring Counties in a State Map

2012-07-30 Thread Ray Brownrigg
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

Re: [R] Coloring Counties in a State Map

2012-07-29 Thread John Kane
I think that first you need to tell us :what kind of map you are using, what mappig package(s) you are using Why you want the colours and what data set you are drawing on to get these colours (Note it possible provide some sample data (See ?dput as a way to do this And provide any code that you