print.corr_packed_upper: Print Packed-Upper Correlation Results

View source: R/corr_result_s3.R

print.corr_packed_upperR Documentation

Print Packed-Upper Correlation Results

Description

Print Packed-Upper Correlation Results

Usage

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

Arguments

x

A packed-upper correlation result.

digits

Number of digits for numeric values.

n

Optional preview row threshold.

topn

Optional number of head/tail rows when preview is truncated.

max_vars

Optional maximum number of visible columns in preview.

width

Optional output width.

show_ci

One of "yes" or "no".

...

Unused.

Value

Invisibly returns x.


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