Learn R Programming

lgcp (version 1.0)

neattable: neattable function...

Description

neattable function

Usage

neattable(mat, indent=0)

Arguments

mat
a numeric or character matrix object
indent
indent

Value

  • prints to screen with specified indent

Details

Function to print right-aligned tables to the console.

Examples

Run this code
mat <- rbind(c("one","two","three"),matrix(round(runif(9),3),3,3))
neattable(mat)

Run the code above in your browser using DataLab