powered by
Heatmap of the proportion of bootstrap replicates where objects cluster together
boot.proportions( x, col = grDevices::heat.colors(101, rev = TRUE), show.vals = F, text.col = "black", cluster.col = "firebrick", ... )
an object of class clusboot
vector of colours for shading to indicate proportion values
logical value indicating whether proportion values should be added to individual cells
colour of text for show.vals if TRUE
TRUE
colour of lines demarcating cluster membership
more arguments to be passed to plot()
plot()
out <- clusboot (scale(case.study.psychiatrist), B=100, k=6, clustering.func=complete.linkage) boot.proportions(out)
Run the code above in your browser using DataLab