Displaying 2 results from an estimated 2 matches for "classdiscovery".
2013 Mar 12
1
Request for more flexibility in heatmap() width / height ratio
...ery
large square device 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 &qu...
2011 Dec 12
1
how to colour labels (each label with a colour) in a dendrogram?
Hello to all,
I still have this doubt.
I'd like to colour the different labels of my dendrogram each one with a
different colour. How can I do? I guess I could do using *edgetext* and
then *t.col* or* lab.col* but I don't know how to add edgetext to my
dendrogram. Can you help me please?
Example:
require(graphics); require(utils)
hc <- hclust(dist(USArrests), "ave")
(dend1