print.vscc: Printing for VSCC

View source: R/print.vscc.R

print.vsccR 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)

vscc documentation built on Oct. 18, 2023, 1:16 a.m.