print.summaryComponents: Print method for summaryComponents

View source: R/print.summaryComponents.R

print.summaryComponentsR Documentation

Print method for summaryComponents

Description

Print method for summaryComponents

Usage

## S3 method for class 'summaryComponents'
print(x, showDetails = FALSE, maxLinesDetails = 200L, ...)

Arguments

x

An object produced by summaryComponents().

showDetails

Logical. If TRUE, also print row/column indices per component.

maxLinesDetails

Integer. Max number of indices to print per dimension (rows/cols) before truncation (default 200).

...

Further arguments passed to or from other methods (not used here).

Value

The input object x, invisibly. Called for its side effect of printing a formatted component summary to the console.


SIMPLICA documentation built on Sept. 11, 2025, 1:08 a.m.