Displaying 3 results from an estimated 3 matches for "totnorm".
Did you mean:
mvtnorm
2005 Nov 25
1
read.table without sep
Hello all,
I have a data file table.txt which i have attached. I am trying to pass the
columns as arguments to a function "totnorm" where i am displaying a total
normalization plot. The function is given below:
totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}
i tried doing this:
data<-read....
2005 Nov 25
1
read.table without sep
Hello all,
I have a data file table.txt which i have attached. I am trying to pass the
columns as arguments to a function "totnorm" where i am displaying a total
normalization plot. The function is given below:
totnorm<-function(x,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}
i tried doing this:
data<-read....
2005 Dec 09
0
Multiple Figure environment through Java
...d.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,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale*y[[1]];plot(x1,y1,xlab=xlab,ylab=ylab,col=6,
col.lab=4);}");
for(int i=0;i<col.length;i++)
{
for(int j=0;j<col.length;j++)
{
c.voidEval
("par(mfg=c("...