search for: auto_pdf

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

2010 Oct 02
2
tyring to save plots using windoze 7 and cygwin
..., xyz <-read.table("time_frac2") x=plot(xyz,main="imp rate", xlab="Time(GMT)",ylab="imp/minute") grid() dev2bitmap("xxx.pdf",type="pdfwrite") save.plot(x,file="xxx.pdf",format="pdf") dev.copy("pdf","auto_pdf.pdf") dev.off() savePlot("./auto_hit_rate.pdf",type="pdf") q() Now apparently R does save the plot in a default file Rplots.pdf which is just fine for my immediate needs but this may have limitations for future usages. Just curious to know what other may have gotten to...