Re: [R-sig-Geo] plot.polylist polygon plot order

2007-08-22 Thread Roger Bivand
(datafileDf$nhunters, histBreaks, all.inside=TRUE) >> > > colorsToUse<-colorSchemeV5 >> > > plot.polylist(datafilePolys, col=colorsToUse[np], forcefill=FALSE) >> > > plot.polylist(datafilePolys, density = c(-1,20,20,-1,-1,-1,-1)[np], >> > >

Re: [R-sig-Geo] plot.polylist polygon plot order

2007-08-22 Thread Didier Leibovici
e=TRUE) >>> colorsToUse<-colorSchemeV5 >>> plot.polylist(datafilePolys, col=colorsToUse[np], forcefill=FALSE) >>> plot.polylist(datafilePolys, density = c(-1,20,20,-1,-1,-1,-1)[np], >>> angle=c(0,0,90,0,0,0,0)[np], forcefill=FALSE,add=TRUE) >>

Re: [R-sig-Geo] plot.polylist polygon plot order

2007-08-21 Thread Roger Bivand
pe this helps. >> >> Bob >> >> -Original Message- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Jorgensen >> Sent: Wednesday, July 18, 2007 9:30 AM >> To: r-sig-geo@stat.math.ethz.ch >> Subject: [R-sig-Geo

Re: [R-sig-Geo] plot.polylist polygon plot order

2007-08-21 Thread Didier Leibovici
polygon. > > I hope this helps. > > Bob > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Jorgensen > Sent: Wednesday, July 18, 2007 9:30 AM > To: r-sig-geo@stat.math.ethz.ch > Subject: [R-sig-Geo] plot.polylist

[R-sig-Geo] plot.polylist polygon plot order

2007-07-18 Thread Jeff Jorgensen
day, July 18, 2007 9:30 AM To: r-sig-geo at stat.math.ethz.ch Subject: [R-sig-Geo] plot.polylist polygon plot order Hello, I've imported a shapefile of polygons (R v2.5.1 winxp, maptools v0.6-13) and I'm trying to assign colors to polygons in plot.polylist(). Is there a way to force the o

Re: [R-sig-Geo] plot.polylist polygon plot order

2007-07-18 Thread Sutherland, Robert D (DFG)
TED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Jorgensen Sent: Wednesday, July 18, 2007 9:30 AM To: r-sig-geo@stat.math.ethz.ch Subject: [R-sig-Geo] plot.polylist polygon plot order Hello, I've imported a shapefile of polygons (R v2.5.1 winxp, maptools v0.6-13) and I'm trying to

[R-sig-Geo] plot.polylist polygon plot order

2007-07-18 Thread Jeff Jorgensen
Hello, I've imported a shapefile of polygons (R v2.5.1 winxp, maptools v0.6-13) and I'm trying to assign colors to polygons in plot.polylist(). Is there a way to force the order in which polygons are plotted get the correct color associations to the corresponding polygons? Best regards, Jeff