I would like to return a dendrogram of the [pvclust] function as above without losing the information (height, au value, bp value and edge value).
To obtain this dendrogram with the information from the first dendrogram
I tried the following formulas but it didn't work:
- plot_horiz.dendrogram(pv, side = F)
- plot(pv, ylim=c(0,0.004), horiz = F)
- pv <-as.dendrogram(pv) plot(pv, horiz = T)
Thanks
you need to modify the pvclust text function like here
mytext
is the customized version (you can copy past it)here a reproducible example :