Thanks!
-Steve
-Original Message-
From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com]
Sent: Thursday, April 26, 2012 9:28 AM
To: Steven Wolf
Cc: r-help@r-project.org
Subject: Re: [R] Heatmap fidelity
On 26/04/2012 9:01 AM, Steven Wolf wrote:
> I'm having a problem when using
On 26/04/2012 9:01 AM, Steven Wolf wrote:
I'm having a problem when using heatmap. Even though the diagonal of my
matrix is all the same value, the diagonal of my heatmap is not all the same
color. Any suggestions?
heatmap() rescales the matrix by default. Use
heatmap(abs(psim), scale="none
I'm having a problem when using heatmap. Even though the diagonal of my
matrix is all the same value, the diagonal of my heatmap is not all the same
color. Any suggestions?
Here is some reproducible code:
#
# Get data
nba <- read.csv("http://datasets
3 matches
Mail list logo