print.funLBM: Printing co-clustering results of funLBM

View source: R/print.funLBM.R

print.funLBMR 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


funLBM documentation built on April 11, 2022, 5:06 p.m.

Related to print.funLBM in funLBM...