rand_plot {clustra} | R Documentation |
Matrix plot of Rand Index comparison of replicated clusters
Description
Matrix plot of Rand Index comparison of replicated clusters
Usage
rand_plot(rand_pairs, name = NULL)
Arguments
rand_pairs |
A data frame result of |
name |
Character string file name for pdf plot. If omitted or NULL, plot will render to current graphics device. |
Value
Invisible. Full path name of file with plot.
Author(s)
Wei-Chen Chen and George Ostrouchov
References
Wei-chen Chen, George Ostrouchov, David Pugmire, Prabhat, and Michael Wehner. 2013. A Parallel EM Algorithm for Model-Based Clustering Applied to the Exploration of Large Spatio-Temporal Data. Technometrics, 55:4, 513-523.
Sorts replicates within cluster K Assumes K starts from 2
[Package clustra version 0.2.1 Index]