neattable {lgcp} | R Documentation |
Function to print right-aligned tables to the console.
neattable(mat, indent = 0)
mat |
a numeric or character matrix object |
indent |
indent |
prints to screen with specified indent
mat <- rbind(c("one","two","three"),matrix(round(runif(9),3),3,3))
neattable(mat)