Hi All, I am trying to run the following script but I am getting and error message one=read.table("sample.txt",sep="\t") bitmap(file="sample.JPG",type="jpeg",width=5,height=5,res=300,pointsize=10) “Error in (st + 1):(en - 1) : argument of length 0” plot(one$V1,one$V2)
I tried to google the error but did not find anything! I have ghostscript installed and added to the path environment. Your help is greatly appreciated, Thanks, -- View this message in context: http://r.789695.n4.nabble.com/problem-with-Bitmap-tp2320477p2320477.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.