Cluster.plot plots items by their cluster loadings (taken, e.g., from ICLUST
) or factor loadings (taken, eg., from factor.pa
). Cluster membership may be assigned apriori or may be determined in terms of the highest (absolute) cluster loading for each item.
If the input is an object of class "kmeans", then the cluster centers are plotted.
cluster.plot(ic.results, cluster = NULL, cut = 0, labels=NULL,title = "Cluster plot",...)
factor.plot(ic.results, cluster = NULL, cut = 0, labels=NULL,title = "Cluster plot",...)
ICLUST
, ICLUST.graph
, fa.graph
circ.data <- circ.sim(24,500)
circ.fa <- factor.pa(circ.data,2)
cluster.plot(circ.fa,cut=.5)
Run the code above in your browser using DataLab