print.clust: Prints clustering results

Description Usage Arguments Author(s) Examples

Description

Prints formatted results returned by ClusProc.

Usage

1
2
  ## S3 method for class 'clust'
 print(x, ...)

Arguments

x

The clustering results obtained from the ClusProc.

...

Usual arguments passed to the print function.

Author(s)

Meiling Liu and Sungho Won

Examples

1
2
3
# Fit the data under the given clustering numbers
clus.fit <- ClusProc(signal=signal,N=2:6,varSelection='PC.9')
print(clus.fit)

rksyouyou/PedCNV documentation built on May 27, 2019, 9:16 a.m.