Displaying 1 result from an estimated 1 matches for "dawpdf".
Did you mean:
davidf
2004 Oct 14
1
R and Java
...don't think that I can get any plots written to file from R - inside
Java.
This snippet of code(from a larger piece of code) compiles in Java, but
doesn't do anything!
functions.append("trial<-c(1,3,4,5)\n");
functions.append("dawpdf<-function(filename){\n");
functions.append("
dev.print(device=pdf,file=filename,\n");
functions.append("
width=6,height=6,onefile=TRUE,family=\"Helvetica\",\n");
functions.append(" title=\"R G...