Print method for class constructCor.
# S3 method for constructCor
print(x, digits = 2, col.index = TRUE, upper = TRUE, header = TRUE, ...)
Object of class constructCor.
Numeric. Number of digits to round to (default is
2
).
Logical. Whether to add an extra index column so the
column names are indexes instead of construct names. This option
renders a neater output as long construct names will stretch
the output (default is TRUE
).
Whether to display upper triangle of correlation matrix only
(default is TRUE
).
Whether to print additional information in header.
Not evaluated.