matrix: Utilities for matrix

printmatR Documentation

Utilities for matrix

Description

printmat() supports triangular printing of a matrix.

Usage

printmat(
  x,
  fmt = "",
  upper = TRUE,
  lower = TRUE,
  diag = TRUE,
  digits = getOption("digits"),
  right = TRUE,
  ...
)

Arguments

x

a numeric matrix.

fmt

a character vector of format strings, each of up to 8192 bytes.

upper, lower, diag

a logical value.

digits

minimal number of significant digits, see print.default.

right

logical, indicating whether or not strings should be right aligned.

...

passed to print().

See Also

printdf()


heavywatal/rwtl documentation built on April 29, 2024, 2:02 a.m.