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

Description Usage Arguments Details Value Author(s) References See Also Examples

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

Description

Plots the solution of a Correspondence Analysis

Usage

1
2
## 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

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

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.