plot.clusters.cols: plot.clusters.cols

Description Usage Arguments Examples

Description

This function returns the Correspondence Analysis scatterplot of column categories, with points' colour according to the clusters to which points belong. An Excel file is also created (in the R working directory) containing the cluster membership for each colum category.

Usage

1
2
## S3 method for class 'clusters.cols'
plot(data, x, y)

Arguments

x,y:

The numbers of the dimensions to be plotted (from 1 to 5).

data:

Dataframe containing the contingency table to be analysed.

Examples

1
plot.clusters.cols (mydata,1,2): plot the Correspondence Analysis scatterplot of column categories (using the 'mydata' dataframe), displaying the 1 and 2 dimension.

trinker/CAseriation documentation built on May 31, 2019, 8:40 p.m.