print.corr_edge_list: Print Edge-List Correlation Results

View source: R/corr_result_s3.R

print.corr_edge_listR Documentation

Print Edge-List Correlation Results

Description

Print Edge-List Correlation Results

Usage

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

Arguments

x

An edge-list 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.


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