Displaying 1 result from an estimated 1 matches for "plot_data6".
Did you mean:
plot_data
2008 Dec 30
1
How to set plot resolution
...0)
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")
Error in tiff(file = "shaw.tiff", width = 8.6, height = 8.6, units = "cm", :
unable to start device
In addition: Warning messages:
1: In tiff(file = "shaw.tiff", width = 8.6, height = 8.6, units = "cm", :
Unable to allocate bitmap
2: In tiff...