plot.CA.sol | R Documentation |
Plots the solution of a Correspondence Analysis
## S3 method for class 'CA.sol'
plot(x, ...)
x |
A CA.sol object |
... |
Any other biplot and graphical parameters |
Plots the solution of a Correspondence Analysis
No value returned
Jose Luis Vicente Villardon
Add some references here
plot.ContinuousBiplot
data(riano)
Sp=riano[,3:15]
cabip=CA(Sp)
plot(cabip)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.