View source: R/print.summaryComponents.R
print.summaryComponents | R Documentation |
Print method for summaryComponents
## S3 method for class 'summaryComponents'
print(x, showDetails = FALSE, maxLinesDetails = 200L, ...)
x |
An object produced by |
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). |
The input object x
, invisibly. Called for its side effect of
printing a formatted component summary to the console.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.