Skip to content
Prev 200770 / 398503 Next

Labels in horizontal dendrogram not placed correctly?

On Mon, Nov 16, 2009 at 07:28, joris meys <jorismeys at gmail.com> wrote:
Extend your right margin before plotting and you will be able to see the labels:

par(mar=c(5.1, 4.1, 4.1, 5.1))
plot(as.dendrogram(TestAgnes),horiz=T)