plot.CA.sol {MultBiplotR}R Documentation

Plot the solution of a Coorespondence Analysis

Description

Plots the solution of a Correspondence Analysis

Usage

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

Arguments

x

A CA.sol object

...

Any other biplot and graphical parameters

Details

Plots the solution of a Correspondence Analysis

Value

No value returned

Author(s)

Jose Luis Vicente Villardon

References

Add some references here

See Also

plot.ContinuousBiplot

Examples

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

[Package MultBiplotR version 23.11.0 Index]