plot.clusters.rows: plot.clusters.rows

Description Usage Arguments Examples

Description

This function returns the Correspondence Analysis scatterplot of row 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 row category.

Usage

1
2
## S3 method for class 'clusters.rows'
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.rows (mydata,1,2): plot the Correspondence Analysis scatterplot of row categories (using the 'mydata' dataframe), displaying the 1 and 2 dimension.

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