Learn R Programming

MultBiplotR (version 23.11.0)

plot.CA.sol: Plot the solution of a Coorespondence Analysis

Description

Plots the solution of a Correspondence Analysis

Usage

# S3 method for CA.sol
plot(x, ...)

Value

No value returned

Arguments

x

A CA.sol object

...

Any other biplot and graphical parameters

Author

Jose Luis Vicente Villardon

Details

Plots the solution of a Correspondence Analysis

References

Add some references here

See Also

plot.ContinuousBiplot

Examples

Run this code
data(riano)
Sp=riano[,3:15]
cabip=CA(Sp)
plot(cabip)

Run the code above in your browser using DataLab