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

Description Usage Arguments See Also Examples

Description

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

Usage

1

Arguments

x

The output list of ccda.main.

See Also

ccda.main, plotccda.cluster, plotccda.q95

Examples

1
2
3
result<-ccda.main(iris[,1:4] , iris[,5],  500, c("setosa","versicolor",
"virginica"),"proportions", return.RCDP=FALSE)
plotccda.results(result)

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

Related to plotccda.results in ccda...