Hi Tom,
There is a "as.dendrogram.pvclust" function in the package dendextend.
(it is on CRAN: http://cran.r-project.org/web/packages/dendextend/)
You can run:
install.packages('dendextend')
library(dendextend)
result2 <- as.dendrogram(result)
# You can then also use the "prune" function in den
Dear All
I'm using PVClust to perform hierarchical clustering, for the output plot I can
control most of the graphical I need, however the plot is large and I would
like to split it vertically into two panels one above the other. Is there a way
to plot only part of a PVClust plot, I tried to c
2 matches
Mail list logo