Re: [R-sig-Geo] problem saving spplot in a loop

2009-12-07 Thread Paul Hiemstra
ig-geo-boun...@stat.math.ethz.ch]namens Alexandre VILLERS Verzonden: maandag 7 december 2009 15:09 Aan: Aide R SIG GEO Onderwerp: [R-sig-Geo] problem saving spplot in a loop Hey, I wrote a loop and want to save plots of multiple SpatialPolygonDataFrame objects with something like png(paste(

Re: [R-sig-Geo] problem saving spplot in a loop

2009-12-07 Thread Henk Sierdsema
namens Alexandre VILLERS Verzonden: maandag 7 december 2009 15:09 Aan: Aide R SIG GEO Onderwerp: [R-sig-Geo] problem saving spplot in a loop Hey, I wrote a loop and want to save plots of multiple SpatialPolygonDataFrame objects with something like png(paste("K:/Outarde/ADrien/FigTemp/PGR&quo

[R-sig-Geo] problem saving spplot in a loop

2009-12-07 Thread Alexandre VILLERS
Hey, I wrote a loop and want to save plots of multiple SpatialPolygonDataFrame objects with something like png(paste("K:/Outarde/ADrien/FigTemp/PGR",l,"_",j,".png",sep=""), height=1000, width=2000,res=300) b<-spplot(grTs[,c("PGRobs04","PGRobs48")], col.regions=palAb(30) dev.off()