Learn R Programming

provenance (version 4.4)

CA: Correspondence Analysis

Description

Performs Correspondence Analysis of point-counting data

Usage

CA(x, nf = 2, ...)

Value

an object of classes CA, which is synonymous to the MASS package's correspondence class.

Arguments

x

an object of class counts

nf

number of correspondence factors (dimensions)

...

optional arguments to the corresp function of the MASS package

Examples

Run this code
data(Namib)
plot(CA(Namib$PT))

Run the code above in your browser using DataLab