printMatrix: Print a matrix, allowing fractions or LaTeX output
Description
Print a matrix, allowing fractions or LaTeX output
Usage
printMatrix(
A,
parent = TRUE,
fractions = FALSE,
latex = FALSE,
tol = sqrt(.Machine$double.eps)
)
Value
The formatted matrix
Arguments
A
A numeric matrix
parent
flag used to search in the parent envir for suitable definitions of other arguments.
Set to TRUE (the default) if you want to only use the inputs provided.