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

View source: R/plot.CA.sol.R

plot.CA.solR 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)

MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.