print.bipl5 {bipl5} | R Documentation |
Default print method for an object of class bipl5
Description
Default print method for an object of class bipl5
Usage
## S3 method for class 'bipl5'
print(x, ...)
Arguments
x |
Object of class |
... |
Additional parameters |
Value
The object is returned invisibly
Examples
x<-PCAbiplot(iris[,1:4],group=iris[,5])
print.bipl5(x)
[Package bipl5 version 1.0.2 Index]