Displaying 1 result from an estimated 1 matches for "time_frac2".
2010 Oct 02
2
tyring to save plots using windoze 7 and cygwin
...th compatibility and 32/64 bit apps etc and I did
find on google on isolated complaint that saveplot failed in scripts a long time ago.
R seems to work fine except script-based plot saving as pdf has not worked.
I have tried the following, none of which seem to function,
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(&...