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(
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
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()