CA | R Documentation |
Performs Correspondence Analysis of point-counting data
CA(x, nf = 2, ...)
x |
an object of class |
nf |
number of correspondence factors (dimensions) |
... |
optional arguments to the |
an object of classes CA
, which is synonymous to the
MASS package's correspondence
class.
data(Namib)
plot(CA(Namib$PT))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.