Learn R Programming

PedCNV (version 0.1)

print.clust: Prints clustering results

Description

Prints formatted results returned by ClusProc.

Usage

"print" (x, ...)

Arguments

x
The clustering results obtained from the ClusProc.
...
Usual arguments passed to the print function.

Examples

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

Run the code above in your browser using DataLab