Displaying 1 result from an estimated 1 matches for "knaphil".
Did you mean:
  knaphill
  
2004 Oct 14
1
R and Java
I am calling R from within Java. 
 
But I 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");