Re: [R] Heatmap fidelity

2012-04-26 Thread Steven Wolf
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

Re: [R] Heatmap fidelity

2012-04-26 Thread Duncan Murdoch
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

[R] Heatmap fidelity

2012-04-26 Thread Steven Wolf
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