matrix_data: Matrix data

View source: R/matrix-data.R

matrix_dataR Documentation

Matrix data

Description

Matrix data

Usage

matrix_data(
  x,
  type = "full",
  diag = TRUE,
  row_names = NULL,
  col_names = NULL,
  group = NULL,
  ...
)

Arguments

x

a list of matrix-like data.

type

character, "full" (default), "upper" or "lower", display full matrix, lower triangular or upper triangular matrix.

diag

logical, if TRUE (default) will keep the diagonal of matrix data.

row_names, col_names

the name of rows and columns.

group

NULL or a character vector.

...

not used.

Value

a object of matrix_data

Author(s)

Hou Yun


Hy4m/linkET documentation built on June 30, 2023, 7:39 p.m.