Learn R Programming

vscc (version 0.6)

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)
vscc(banknote[,-1])

Run the code above in your browser using DataLab