Displaying 1 result from an estimated 1 matches for "_canada".
Did you mean:
canada
2004 May 03
1
Speed up graphics output?
...en(4)
plot(z, ylim=c(48.9, 49.7), xlim=c(-123.6, -121.8), xlab="", ylab="", fg="white", axes = F)
points( as.matrix(mapit[,2]), as.matrix(mapit[,3]), col="red", pch=19)
#send to jpeg
dev.print(jpeg,file=paste("c:\\temp\\cluster",format(i),"_canada.jpeg",sep=""),width=1024,height=768, pointsize = 12,quality = 100, bg = "white")
}