R/plotccda.cluster.R

Defines functions plotccda.cluster

Documented in plotccda.cluster

plotccda.cluster <-
function(x){
  par(mfrow=c(1,1))
  plot(x$cluster, main="Cluster Dendrogram according to means", sub="(using squared Euclidean distances and Ward's method)", xlab="groupings", hang=-1 ,font.main=3,labels=x$nameslist)
  x$cluster
}

Try the ccda package in your browser

Any scripts or data that you put into this service are public.

ccda documentation built on Oct. 2, 2019, 5:04 p.m.