tri_print: Print the lower or upper triangular part of a matrix...

Description Usage Arguments

View source: R/tri_print.R

Description

Print the lower or upper triangular part of a matrix flextable

Usage

1
2
tri_print(mat, triangle = "lower", fill = "", as.image = TRUE,
  row.names = TRUE)

Arguments

mat

input matrix

triangle

specify upper or lower in quotes

fill

what to fill the other part of the matrix (defaults to "")

as.image

print it as a image (flextable)

row.names

display row names


brouwern/dayoff documentation built on Nov. 4, 2019, 8:15 a.m.