Displaying 1 result from an estimated 1 matches for "aspectheatmap".
2013 Mar 12
1
Request for more flexibility in heatmap() width / height ratio
...ice area (export to file becomes mandatory when the screen
is not large enough), and thus to accommodate with very high rows and tiny
columns.
This flaw led several useRs to develop alternative functions in external
packages :
http://bioinformatics.mdanderson.org/Software/OOMPA/ClassDiscovery/html/aspectHeatmap.html
http://hosho.ees.hokudai.ac.jp/~kubo/Rdoc/library/gplots/html/heatmap.2.html
But after a quick look at the "stats" package sources, this seems quite
easy to fix, without breaking backward compatibility :
[ src/library/stats/R/dendrogram.R ]
- line 689 : add "width=1" an...