# NOT RUN {
data(Velib)
# }
# NOT RUN {
set.seed(12345)
# Co-clustering with funLBM
out = funLBM(Velib$data,K=4,L=2,basis.name="fourier",nbasis=5)
# Visualization of results
plot(out,type='blocks')
plot(out,type='proportions')
plot(out,type='means')
# }
Run the code above in your browser using DataLab