neattable: neattable function

Description Usage Arguments Value Examples

Description

Function to print right-aligned tables to the console.

Usage

1
neattable(mat, indent = 0)

Arguments

mat

a numeric or character matrix object

indent

indent

Value

prints to screen with specified indent

Examples

1
2
mat <- rbind(c("one","two","three"),matrix(round(runif(9),3),3,3))
neattable(mat)

bentaylor1/lgcp documentation built on May 12, 2019, 2:09 p.m.