print.vscc {vscc}R Documentation

Printing for VSCC

Description

Dedicated print function for objects of class vscc.

Usage

## S3 method for class 'vscc'
print(x, ...)

Arguments

x

An object of class vscc

...

Further arguments to be passed on

Details

Same as summary.

Value

No return value.

Author(s)

Jeffrey L. Andrews

See Also

summary.vscc, vscc

Examples

require("mclust")
data(banknote)
X<-banknote[,-1]
vscc(X)

[Package vscc version 0.7 Index]