[R] Multiple Graphs with heatmap

2007-08-06 Thread Joseph Retzer
I'd like to plot a heatmap along with a silhouette plot and clusterView plot in the same graphic window however both heatmap and heatmap.2 create a new window and will not appear with other graphs when using the par(mfrow= ) option. Does anyone have an alternative which would put these plots to

Re: [R] multiple graphs

2007-07-26 Thread Greg Snow
ope this helps, -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare [EMAIL PROTECTED] (801) 408-8111 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Daniele Amberti > Sent: Thursday, July 26, 2007 1:26 AM

[R] multiple graphs

2007-07-26 Thread Daniele Amberti
Does anyone have a simple explanation and example on how to add histograms or barcharts to an other graph like in the example at the R-graph gallery: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 looking at the code I'not undertand very well how to add graphs in arbitrary/cl

Re: [R] multiple graphs in the same ps file ?

2005-10-28 Thread Marc Schwartz
On Fri, 2005-10-28 at 08:01 -0500, Marc Schwartz wrote: > On Fri, 2005-10-28 at 14:48 +0200, Florence Combes wrote: > > Dear all, > > > > I would like to be able to store multiple graphs in one ps or pdf file, but > > I cannot achieve this only if I don't shut the "postscript" device between > > t

Re: [R] multiple graphs in the same ps file ? -- with ref.

2005-10-28 Thread Marc Schwartz
On Fri, 2005-10-28 at 14:52 +0200, Florence Combes wrote: > Sorry I put there the ref. : > I am using R Version 2.0.1 on a Debian. > Florence. Definitely time to upgrade, as you are several versions behind. The current version is 2.2.0. Marc __ R-help@

Re: [R] multiple graphs in the same ps file ?

2005-10-28 Thread Marc Schwartz
On Fri, 2005-10-28 at 14:48 +0200, Florence Combes wrote: > Dear all, > > I would like to be able to store multiple graphs in one ps or pdf file, but > I cannot achieve this only if I don't shut the "postscript" device between > the graphs. > > here is what I managed to do : > > postscript(file="

[R] multiple graphs in the same ps file ? -- with ref.

2005-10-28 Thread Florence Combes
Sorry I put there the ref. : I am using R Version 2.0.1 on a Debian. Florence. -- Forwarded message -- From: Florence Combes <[EMAIL PROTECTED]> Date: Oct 28, 2005 2:48 PM Subject: multiple graphs in the same ps file ? To: r-help@stat.math.ethz.ch Dear all, I would like to be abl

[R] multiple graphs in the same ps file ?

2005-10-28 Thread Florence Combes
Dear all, I would like to be able to store multiple graphs in one ps or pdf file, but I cannot achieve this only if I don't shut the "postscript" device between the graphs. here is what I managed to do : > postscript(file="test_graph.eps", onefile=TRUE) > plot(1:10) > plot(1:20) > > dev.off() ---

Re: [R] multiple graphs

2005-03-18 Thread vito muggeo
You can use par(mai=_yourValues_) For instance: > par(mfcol=c(5,2) ) > par(mai=c(0,0,0,0)) > replicate(10,plot(1:10)) Modify the mai parameter and arguments in the plot() function to get better results, hope this helps, vito Moor MHM.de wrote: Dear all, I would like to plot multiple graphs in

Re: [R] multiple graphs

2005-03-18 Thread Uwe Ligges
Moor MHM.de wrote: Dear all, I would like to plot multiple graphs in the same window. For this I used: par(mfcol=c(5,2) ) and then I use plot(x,y) to fill the cells of the window with the graphs. This results in multiple graphs with a lot of space around each graph. But I would like the

[R] multiple graphs

2005-03-18 Thread Moor MHM.de
Dear all, I would like to plot multiple graphs in the same window. For this I used: par(mfcol=c(5,2) ) and then I use plot(x,y) to fill the cells of the window with the graphs. This results in multiple graphs with a lot of space around each graph. But I would like the 5 graphs in e