Re: [R] Problem Removing Border Lines in Maps Package

2012-02-25 Thread jour4life
I'm sorry to ask this silly question so long after you posted this response. But I have also been trying to do this. What is the option to draw the outlines the same color as the fill? I'm also using the spdep and maptools libraries. I have shapefiles for Mexico (counties and read in the spatial

[R] Problem Removing Border Lines in Maps Package

2009-10-24 Thread Anthony Damico
I'm working with the nationwide county maps data, and trying to remove the internal county boundary lines. The only map() function parameter that I've found that gets me anywhere close to my desired result leaves small white segments on parts of the map. I believe this is due to the low

Re: [R] Problem Removing Border Lines in Maps Package

2009-10-24 Thread Greg Snow
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Anthony Damico Sent: Saturday, October 24, 2009 12:40 PM To: r-help@r-project.org Subject: [R] Problem Removing Border Lines in Maps Package I'm working with the nationwide county maps data

Re: [R] Problem Removing Border Lines in Maps Package

2009-10-24 Thread Ray Brownrigg
Have a look at: map(county, fill=TRUE , col=palette() , resolution=0, lty=0) HTH, Ray Brownrigg Anthony Damico wrote: I'm working with the nationwide county maps data, and trying to remove the internal county boundary lines. The only map() function parameter that I've found that gets me