plot.CA.sol {MultBiplotR} | 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
data(riano)
Sp=riano[,3:15]
cabip=CA(Sp)
plot(cabip)