Learn R Programming

SIMPLICA (version 1.0.0)

print.summaryComponents: Print method for summaryComponents

Description

Print method for summaryComponents

Usage

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

Value

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

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).