Learn R Programming

funLBM (version 2.3)

print.funLBM: Printing co-clustering results of funLBM

Description

Printing a summary of the funLBM co-clustering results

Usage

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

Arguments

x

An object produced by the funLBM function,

Additional arguments to provide.

See Also

funLBM

Examples

Run this code
# NOT RUN {
## 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
# }

Run the code above in your browser using DataLab