print.elementCor: Print method for class elementCor.

View source: R/calc.r

print.elementCorR Documentation

Print method for class elementCor.

Description

Print method for class elementCor.

Usage

## S3 method for class 'elementCor'
print(x, digits = 2, col.index = TRUE, upper = TRUE, ...)

Arguments

x

Object of class elementCor

digits

Numeric. Number of digits to round to (default is 2).

col.index

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

upper

Whether to display upper triangle of correlation matrix only (default is TRUE).

...

Not evaluated.


OpenRepGrid documentation built on May 31, 2023, 5:33 p.m.