powered by
This function plots the p-value annotated dendrogram resulting from uhclust
uhclust
plot_uhclust( uhclust, pvalues_cex = 0.8, pvalues_dx = 2, pvalues_dy = 0.08, print_pvalues = TRUE )
Result from uhclust
Graphical parameter for p-value font size.
Graphical parameter for p-value position shift on x axis.
Graphical parameter for p-value position shift on y axis.
Logical. Should the p-values be printed?
# NOT RUN { x = matrix(rnorm(100000),nrow=50) x[1:35,] = x[1:35,]+0.7 x[1:15,] = x[1:15,]+0.4 res = uhclust(data=x, plot=FALSE) plot_uhclust(res) # }
Run the code above in your browser using DataLab