search for: nucleitrain

Displaying 1 result from an estimated 1 matches for "nucleitrain".

2006 Jul 19
1
ASCII dump from an REXP (JRI)
...ust print, verbatim, what R evaluates to the screen (ie just a pure ASCII dump with no regard to the data type)? (I?m using Windows XP SP2, 2 x 1.8Ghz Xeon, 1GB RAM, Eclipse 3.1.1, JRI 0.2, R 2.2.1, jdk1.5.0_07, jre1.5.0_06) You mentioned earlier doing something as follows: rexp=reng.eval("nucleitrain"); System.out.println("nucleitrain="+rexp); long[] l=reng.rniGetVector(rexp.xp); for (int i=0;i<l.length;i++) System.out.println(new REXP(reng, l[i])); Now, Java outputs to the screen this: nucleitrain=RXP[unknown/19, id=1218430184, o=null] RXP[unknown/19, id=1218430408,...