print.org.matches {OpenRepGrid} | R Documentation |
Print method for class org.matches.
Description
Print method for class org.matches.
Usage
## S3 method for class 'org.matches'
print(
x,
output = "ICE",
index = TRUE,
names = TRUE,
trim = 50,
upper = TRUE,
width = NA,
...
)
Arguments
x |
Object of class |
output |
String with each letter indicating which parts of the output to print (default is |
index |
Whether to add an index columns (default |
names |
names A vector of row names. |
trim |
Trimmed length of names (default = |
upper |
Whether to only show the upper triangle (default |
width |
Column width of output (numeric). |
[Package OpenRepGrid version 0.1.16 Index]