Plot a longitudinal consensus clustering
# S3 method for lcc
plot(x, color_palette = NULL, ...)
lcc
object (output from longitudinal_consensus_cluster
)
optional character vector of colors for consensus matrix
additional parameters for plotting; currently not used
Plots the following plots:
consensus matrix legend |
the legend for the following consensus matrix plots |
consensus matrix plot |
for every specified number of clusters, a heatmap of the consensus matrix and the result of the final clustering is shown |
consensus CDF |
a line plot of the CDFs for all different specified numbers of clusters |
Delta area |
elbow plot of the difference in the CDFs between the different numbers of clusters |
tracking plot |
cluster assignment of the subjects throughout the different cluster solutions |
item-consensus |
for every item (subject), calculate the average consensus value with all items that are assigned to one consensus cluster. This is repeated for every cluster and for all different numbers of clusters |