I do not want to use the b word, but can anyone who also subscribes to
the r-developer list forward my observation regarding heatmap? I am
pretty confident that the behaviour of heatmap in R 3.0.1 is not that
one intended.
On 31 July 2013 14:03, Witold E Wolski wrote:
> Would anyone of the mor
In your example all of the values are drawn from the same
distribution so there will not be substantial differences (row
means/variances and column means/variances will be
approximately the same).
set.seed(42)
d <- matrix(rnorm(100),nrow=20)
# Start with your example and modify the row/col means
2 matches
Mail list logo