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
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
3 matches
Mail list logo