search for: bal100

Displaying 1 result from an estimated 1 matches for "bal100".

Did you mean: al100
2008 Dec 30
1
How to set plot resolution
Hi I'm want to obtain a plot of 1200dpi tiff format, but I met some difficulty. Could anybody show me some examples about it? my code: ############################################## tiff(file="shaw.tiff",width=8.6,height=8.6,units="cm",res=1200,pointsize=10) plot(bal100,type="l",pch=20,col="red",lwd=1.5,axes=F,xlim=c(1,5),ylim=c(0,0.3),ann=F) par(new=T) plot(bal80,type="l",pch=20,col="blue",lwd=1.5,axes=F,xlim=c(1,5),ylim=c(0,0.3),ann=F) .... ################################################## > source("plot_data6.txt...