neattable: neattable function

View source: R/lgcpMethods.R

neattableR 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)

lgcp documentation built on Oct. 3, 2023, 5:08 p.m.