[R] heatmap question

2005-09-12 Thread Peter Scacheri
I'm having trouble with the heatmap function in R.  When I try and 
heatmap something, my graphics window does not open.  Does anyone 
know if this is a glitch in the version of R that I'm using?  I've 
listed my version of R below, as well as a simple heatmap command. 
I'm running the program on a Mac, OS 10 v 10.3.9.  Any suggestions??

Thanks!
Peter



  version
  _
platform powerpc-apple-darwin6.8
arch powerpc
os   darwin6.8
system   powerpc, darwin6.8
status
major2
minor0.1
year 2004
month11
day  15
language R
  x-matrix(rnorm(100),nr=10)
  heatmap(x)


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] heatmap question

2005-09-12 Thread Adaikalavan Ramasamy
Does any other plotting function work as they should e.g. plot(1:10) or
are you connecting remotely to a server ?

Regards, Adai



On Mon, 2005-09-12 at 10:51 -0400, Peter Scacheri wrote:
 I'm having trouble with the heatmap function in R.  When I try and 
 heatmap something, my graphics window does not open.  Does anyone 
 know if this is a glitch in the version of R that I'm using?  I've 
 listed my version of R below, as well as a simple heatmap command. 
 I'm running the program on a Mac, OS 10 v 10.3.9.  Any suggestions??
 
 Thanks!
 Peter
 
 
 
   version
   _
 platform powerpc-apple-darwin6.8
 arch powerpc
 os   darwin6.8
 system   powerpc, darwin6.8
 status
 major2
 minor0.1
 year 2004
 month11
 day  15
 language R
   x-matrix(rnorm(100),nr=10)
   heatmap(x)
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] heatmap question

2005-09-12 Thread vincent
Peter Scacheri a écrit :

 I'm having trouble with the heatmap function in R.  When I try and 
 heatmap something, my graphics window does not open.  Does anyone 
 know if this is a glitch in the version of R that I'm using?  I've 
 listed my version of R below, as well as a simple heatmap command. 
 I'm running the program on a Mac, OS 10 v 10.3.9.  Any suggestions??

perhaps try
image(x, col = heat.colors(100))
and let us know the result
hih

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] heatmap question

2005-09-12 Thread Peter Scacheri
Hmmm...Seems to work OK now.  Thanks for your help.

Peter


At 11:30 AM -0400 9/12/05, [EMAIL PROTECTED] wrote:
Peter Scacheri a écrit :

   I'm having trouble with the heatmap function in R.  When I try and
  heatmap something, my graphics window does not open.  Does anyone
  know if this is a glitch in the version of R that I'm using?  I've
  listed my version of R below, as well as a simple heatmap command.
  I'm running the program on a Mac, OS 10 v 10.3.9.  Any suggestions??

perhaps try
image(x, col = heat.colors(100))
and let us know the result
hih

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-helphttps://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! 
http://www.R-project.org/posting-guide.htmlhttp://www.R-project.org/posting-guide.html

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html