print method for class indexConflict3
Usage
# S3 method for class 'indexConflict3'
print(x, digits = 2, output = 1, discrepancies = TRUE, ...)
Arguments
- x
Output from function indexConflict3
- digits
Numeric. Number of digits to round to (default is
2
).- output
Type of output.
output=1
will print all results to the console,output=2
will only print the detailed statistics for elements and constructs.- discrepancies
Logical. Whether to show matrices of discrepancies in detailed element and construct stats (default
TRUE
).- ...
Not evaluated.