powered by
adjust the width and height of a matrix to exactly fill the grob
tabify(m, focus = FALSE, clickCoord = NULL)
returns the grob containing the matrix
a matrix
Boolean if TRUE add emphasis to matrix cell
param for highlightOneCell()
if(interactive()){ load("data/x_m.RData") t<-tabify(x_m,FALSE,NULL) }
Run the code above in your browser using DataLab