I am trying to get a cluster validation with pvclust following this example:
result <- pvclust(mydata, method.dist = "euclidean", method.hclust = "ward.D2", nboot = 1000)
Which seems to work fine. However, if I visualize the results with:
plot(result)
I am not able to see the AU/BP labels because they are covered by the column headers which are shown as labels of the dendrogram.
I tried to work with the dendextend package for turning the labels off but I do not get it to work in combination with the pvclust output (the results are not shown then). Does anyone have an approach or package I can use? Maybe there is the possibility to zoom in and cut the image somehow? I tried the zoom in function by RStudio as well, but I am still not able to see the AU/BP labels properly (see Link above).