summary.vscc {vscc} | R Documentation |
Summary for VSCC Objects
Description
Dedicated summary function for objects of class vscc
Usage
## S3 method for class 'vscc'
summary(object, ...)
Arguments
object |
An object of class vscc |
... |
Additional arguments to be passed |
Value
No return value.
Author(s)
Jeffrey L. Andrews
See Also
Examples
require("mclust")
data(banknote)
summary(vscc(banknote[,-1]))
[Package vscc version 0.7 Index]