Re: [R-sig-Geo] Scaling SpatialPolygons

2013-07-18 Thread Mathieu Rajerison
rizzo.mich...@epa.gov Robert, Thank you! That did exactly what I needed. Mike Rizzo -Original Message- From: Robert J. Hijmans [mailto:r.hijm...@gmail.com] Sent: Wednesday, July 17, 2013 12:01 PM To: Rizzo, Michael Cc: r-sig-geo@r-project.org Subject: Re: [R-sig-Geo] Scaling

[R-sig-Geo] Scaling SpatialPolygons

2013-07-17 Thread Rizzo, Michael
I have a group of counties in a SpatialPolygonsDataFrame and would like to know if a function exists to scale them. Many of the counties share a common border, and I want to color each county's border differently to distinguish them by individual categories. The problem is the border colors

Re: [R-sig-Geo] Scaling SpatialPolygons

2013-07-17 Thread Robert J. Hijmans
Mike, You can create a small inside (negative) buffer using rgeos and use that. Robert On Wed, Jul 17, 2013 at 9:17 AM, Rizzo, Michael rizzo.mich...@epa.gov wrote: I have a group of counties in a SpatialPolygonsDataFrame and would like to know if a function exists to scale them. Many of the

Re: [R-sig-Geo] Scaling SpatialPolygons

2013-07-17 Thread Rizzo, Michael
Robert, Thank you! That did exactly what I needed. Mike Rizzo -Original Message- From: Robert J. Hijmans [mailto:r.hijm...@gmail.com] Sent: Wednesday, July 17, 2013 12:01 PM To: Rizzo, Michael Cc: r-sig-geo@r-project.org Subject: Re: [R-sig-Geo] Scaling SpatialPolygons Mike, You can