I have a dendrogram in R that I just can't get it right.
I'll show you what the problem is, please check this: http://img.photobucket.com/albums/v699/rica01/Rplot-1.png
How can I make the labels on the leaves, bigger and more spaced between them?
Thanks.
-Ricardo
Solution: use the
set
function, with the "labels_cex" parameter from the dendextend package.(note that changing the spacing between the labels is currently not implemented)
For more details on the package, you can have a look at its vignette.