Displaying 1 result from an estimated 1 matches for "rexparr".
Did you mean:
regparm
2008 Nov 30
1
Rserve and creating a list of lists
...tice objects which it then
unserializes and then adds to an ArrayList<REXP>.
REXPRaw rser = new REXPRaw( target ); //target contains the raw
serialized forms of lattice objects
rconn.assign("temp",rser);
REXP ret = rconn.eval("invisible(unserialize(temp))"); (1)
rexpArr.add(ret);
RList rlist = new RList(rexpArr);
REXPList rl = new REXPList(rlist);
The problem is when I do an assign
rconn.assign("finalresult",rl);
whence I get
*** REXPFactory unable to interpret
org.rosuda.REngine.REXPUnknown@1629ce8c[4] *
** REXPFactory unable to interpret...