print.vscc {vscc} | R Documentation |
Dedicated print function for objects of class vscc.
## S3 method for class 'vscc'
print(x, ...)
x |
An object of class vscc |
... |
Further arguments to be passed on |
Same as summary.
No return value.
Jeffrey L. Andrews
require("mclust")
data(banknote)
X<-banknote[,-1]
vscc(X)