CA.biplot {biplotEZ} | R Documentation |
CA biplot
Description
Performs calculations for a CA biplot.
Usage
## S3 method for class 'biplot'
CA(
bp,
dim.biplot = c(2, 1, 3),
e.vects = 1:ncol(bp$X),
variant = "Princ",
lambda.scal = FALSE
)
Arguments
bp |
object of class |
dim.biplot |
dimension of the biplot. Only values 1, 2 and 3 are accepted, with default |
e.vects |
which eigenvectors (canonical variates) to extract, with default |
variant |
which correspondence analysis variant, with default "Princ", presents a biplot with rows in principal coordinates
and columns in standard coordinates. |
lambda.scal |
logical value to request lambda-scaling, default is |
Value
an object of class CA, inherits from class biplot.
Examples
biplot(HairEyeColor[,,2], center = FALSE) |> CA() |> plot()