How can I display a heatmap.2 with a column dendrogram without reordering neither column or row?
library(vegan) dissimilaritymatrix<-data.matrix(vegdist(step3,method="bray")) library(gplots) heatmap<-heatmap.2(dissimilaritymatrix,dendrogram="column",Colv=T, Rowv=F,key=TRUE, symkey=FALSE, density.info="none", trace="none",col = cm.colors(256)) Please advice! [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.