print.org.matches: Print method for class org.matches.

View source: R/measures.r

print.org.matchesR 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 org.matches.

output

String with each letter indicating which parts of the output to print (default is "ICE", order does not matter): I = Information, C = Constructs' matches, E = Elements' matches.

index

Whether to add an index columns (default TRUE).

names

names A vector of row names.

trim

Trimmed length of names (default = 50).

upper

Whether to only show the upper triangle (default TRUE).

width

Column width of output (numeric).


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