Print method for summaryComponents
# S3 method for summaryComponents
print(x, showDetails = FALSE, maxLinesDetails = 200L, ...)The input object x, invisibly. Called for its side effect of
printing a formatted component summary to the console.
An object produced by summaryComponents().
Logical. If TRUE, also print row/column indices per component.
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).