CA: Correspondence Analysis

View source: R/scaling.R

CAR Documentation

Correspondence Analysis

Description

Performs Correspondence Analysis of point-counting data

Usage

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

Arguments

x

an object of class counts

nf

number of correspondence factors (dimensions)

...

optional arguments to the corresp function of the MASS package

Value

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

Examples

data(Namib)
plot(CA(Namib$PT))

pvermees/provenance documentation built on Feb. 5, 2024, 4:50 a.m.