Skip to content
Back to formatted view

Raw Message

Message-ID: <43259F00.60703@7d4.com>
Date: 2005-09-12T15:30:08Z
From: vincent@7d4.com
Subject: heatmap question
In-Reply-To: <p06200706bf4b4513a758@[128.231.144.61]>

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