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
3
4
5
6
7
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/compbio4all documentation built on Dec. 19, 2021, 11:47 a.m.