check.ca.plot: check.ca.plot

Description Usage Arguments Examples

Description

This function returns the Correspondence Analysis scatterplot of both row and column categories.

Usage

1
check.ca.plot(data, x = 1, y = 2)

Arguments

x, y:

The dimensions to be plotted (1st and 2nd by default).

data:

Dataframe containing the contingency table to be analysed.

Examples

1
2
data("perfect_seriation"): load the dataset 'perfect_seriation'
check.ca.plot (perfect_seriation,1,3): plot the Correspondence Analysis scatterplot of the 'perfect_seriation' dataframe, displaying the 1 and 3 dimensions.

gianmarcoalberti/CAseriation documentation built on May 17, 2019, 4:19 a.m.