
Last chance! 50% off unlimited learning
Sale ends in
reduc(x, clu, labels = NULL)
cngr
, rbox
, decomp
## scan the multiplication table data
s <- matrix(data=c(1, 1, 1, 3, 3, 3, 3, 3, 3), nrow=3, ncol=3, byrow=TRUE)
## Reduce the multiplication table
reduc(s, clu=c(1,2,2))
Run the code above in your browser using DataLab