Learn R Programming

vscc (version 0.8)

print.vscc: Printing for VSCC

Description

Dedicated print function for objects of class vscc.

Usage

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

Value

No return value.

Arguments

x

An object of class vscc

...

Further arguments to be passed on

Author

Jeffrey L. Andrews

Details

Same as summary.

See Also

summary.vscc, vscc

Examples

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

Run the code above in your browser using DataLab