Displaying 3 results from an estimated 3 matches for "plot_2".
Did you mean:
plot2
2004 Mar 15
11
creating a ps. file
...ult (plot) in a postcriptfile.
Of course if I just use dev.print in the following way:
dev.print(device=postcript, 'c:/Rfigures/plot_1.ps")
I overwrite my results with the second cycle of the loop. I suppose
there is a way to define the file name so that several plots are
created(plot_1,plot_2...).
Could you give me an advice? Thanks a lot
Best Regards
Mike
---
---
2005 Dec 09
0
Multiple Figure environment through Java
...e. 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,y){scale<-sum(x)/sum(y);xlab<-colnames(x);ylab<-colnames(y);x1<-x[[1]];y1<-scale...
2011 May 19
1
Border-Layout by multiple Plots
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110519/f0ce5a0d/attachment.pl>