cat.matrix: Print a matrix to stdout.

Description Usage Arguments Value Author(s)

Description

Print a matrix to stdout.

Usage

1
cat.matrix(x, row.names = TRUE, col.names = TRUE, pad = TRUE, sep = " ")

Arguments

x

a matrix

row.names

logical: print the row names?

col.names

logical: print the col names?

pad

logical: pad the values in each column?

sep

the separator between columns.

Value

none. it prints a matrix to console.

Author(s)

Mark Cowley


drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.