Learn R Programming

lgcp (version 1.8)

neattable: 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

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

Run the code above in your browser using DataLab