Learn R Programming

ccda (version 1.1.1)

plotccda.cluster: Plot of the basic grouping

Description

The function plotccda.cluster draws the dendrogram for the basic grouping using hierarchical clustering for the averages with Ward's method (as used in ccda.main).

Usage

plotccda.cluster(x)

Arguments

x

The output list of ccda.main.

See Also

ccda.main, plotccda.results, plotccda.q95

Examples

Run this code
# NOT RUN {
result<-ccda.main(iris[,1:4] , iris[,5],  500, c("setosa","versicolor",
"virginica"),"proportions",return.RCDP=FALSE)
plotccda.cluster(result)

# }

Run the code above in your browser using DataLab