print.CA {biplotEZ} | R Documentation |
Generic print function of objects of class CA
Description
Generic print function of objects of class CA
Usage
## S3 method for class 'CA'
print(x, ...)
Arguments
x |
an object of class |
... |
additional arguments |
Value
no return value, called for side effects
Examples
out <- biplot(HairEyeColor[,,1], center=FALSE) |> CA()
out
[Package biplotEZ version 2.0 Index]