CA {provenance} | R Documentation |
Correspondence Analysis
Description
Performs Correspondence Analysis of point-counting data
Usage
CA(x, nf = 2, ...)
Arguments
x |
an object of class |
nf |
number of correspondence factors (dimensions) |
... |
optional arguments to the |
Value
an object of classes CA
, which is synonymous to the
MASS package's correspondence
class.
Examples
data(Namib)
plot(CA(Namib$PT))
[Package provenance version 4.3 Index]