print.matrixCorr_ccc: Print method for matrixCorr CCC objects

View source: R/ccc_repeated.R

print.matrixCorr_cccR Documentation

Print method for matrixCorr CCC objects

Description

Print method for matrixCorr CCC objects

Usage

## S3 method for class 'matrixCorr_ccc'
print(
  x,
  digits = 4,
  ci_digits = 4,
  n = NULL,
  topn = NULL,
  max_vars = NULL,
  width = NULL,
  show_ci = NULL,
  ...
)

Arguments

x

A matrixCorr_ccc or matrixCorr_ccc_ci object.

digits

Number of digits for CCC estimates.

ci_digits

Number of digits for CI bounds.

n

Optional row threshold for compact preview output.

topn

Optional number of leading/trailing rows to show when truncated.

max_vars

Optional maximum number of visible columns; NULL derives this from console width.

width

Optional display width; defaults to getOption("width").

show_ci

One of "yes" or "no".

...

Passed to underlying printers.


matrixCorr documentation built on April 18, 2026, 5:06 p.m.