neattable {lgcp} | R Documentation |
neattable function
Description
Function to print right-aligned tables to the console.
Usage
neattable(mat, indent = 0)
Arguments
mat |
a numeric or character matrix object |
indent |
indent |
Value
prints to screen with specified indent
Examples
mat <- rbind(c("one","two","three"),matrix(round(runif(9),3),3,3))
neattable(mat)
[Package lgcp version 2.0 Index]