[R] RServe

Maxl18 maximilianwoerle at hotmail.com
Wed Mar 11 13:47:11 CET 2009


I solved the problem. With a big C in RConnection and asDoubles() it works...

try{
RConnection r = new RConnection(); 
double[] d = r.eval("rnorm(10)").asDoubles();
} catch(Exception e){}
-- 
View this message in context: http://www.nabble.com/RServe-tp22452051p22454401.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list