Displaying 1 result from an estimated 1 matches for "table50".
Did you mean:
table0
2005 Dec 09
0
Multiple Figure environment through Java
...iple graphs on it. I am creating
this file through a java servlet which connects to R using RServe. In the
code below, col is an int array which has a list of the col numbers of the
data file whose data i have to use for plotting.
c=new Rconnection();
c.voidEval("data<-read.table(\"table50.txt\",header=TRUE,sep=\"\t\")");
REXP xp=c.eval("jpeg(\"plot_2.jpg\")");
c.voidEval("par(mfcol=c("+col.length+","+col.length+"))");
c.voidEval("par(oma=c(2,0,3,0))");
c.voidEval
("totnorm<-function(x...