Skip to content
Prev 173331 / 398506 Next

RServe

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){}