print.funLBM {funLBM}R Documentation

Printing co-clustering results of funLBM

Description

Printing a summary of the funLBM co-clustering results

Usage

## S3 method for class 'funLBM'
print(x,...)

Arguments

x

An object produced by the funLBM function,

...

Additional arguments to provide.

See Also

funLBM

Examples


## Co-clustering of simulated data
set.seed(12345)
X = simulateData(n = 30, p = 30, t = 15)
out = funLBM(X$data,K=4,L=3)
out


[Package funLBM version 2.3 Index]