print.biplot {biplotEZ} | R Documentation |
Generic print function for objects of class biplot
Description
This function is used to print output when the biplot object is created.
Usage
## S3 method for class 'biplot'
print(x, ...)
Arguments
x |
an object of class |
... |
additional arguments. |
Value
This function will not produce a return value, it is called for side effects.
Examples
out <- biplot (iris[,1:4]) |> PCA()
out
[Package biplotEZ version 2.0 Index]