Learn R Programming

ccda (version 1.1.1)

plotccda.results: Plot of the results of ccda.main

Description

Plots the summarized results of CCDA for all possible groupings based on the output of ccda.main.

Usage

plotccda.results(x)

Arguments

x

The output list of ccda.main.

See Also

ccda.main, plotccda.cluster, 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.results(result)

# }

Run the code above in your browser using DataLab