CA | R Documentation |
Correspondence Analysis for a frequency or abundace data matrix.
CA(x, dim = 2, alpha = 1)
x |
The frequency or abundance data matrix. |
dim |
Dimension of the final solution |
alpha |
Alpha to determine the kind of biplot to use. |
Calculates Correspondence Analysis for a tww-way frequency or abundance table
Correspondence analysis solution
Jose Luis Vicente Villardon
Benzécri, J. P. (1992). Correspondence analysis handbook. New York: Marcel Dekker.
Greenacre, M. J. (1984). Theory and applications of correspondence analysis. Academic Press.
data(SpidersSp)
cabip=CA(SpidersSp)
plot(cabip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.