Skip to content
Prev 326048 / 398503 Next

Change font size in Cluster analysis

Your example is not reproducible (see the posting guide), but using 
example(hclust)

hc <- hclust(dist(USArrests), "ave")
plot(hc)
plot(hc, cex = 0.3)

the second has much smaller case names.
On 27/06/2013 11:12, Gitte Brinch Andersen wrote: