| print.matrixCorr_ccc | R Documentation |
Print method for matrixCorr CCC objects
## S3 method for class 'matrixCorr_ccc'
print(
x,
digits = 4,
ci_digits = 4,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
x |
A |
digits |
Number of digits for CCC estimates. |
ci_digits |
Number of digits for CI bounds. |
n |
Optional row threshold for compact preview output. |
topn |
Optional number of leading/trailing rows to show when truncated. |
max_vars |
Optional maximum number of visible columns; |
width |
Optional display width; defaults to |
show_ci |
One of |
... |
Passed to underlying printers. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.