print.distance: Print method for class distance.

View source: R/distance.R

print.distanceR Documentation

Print method for class distance.

Description

Print method for class distance.

Usage

## S3 method for class 'distance'
print(
  x,
  digits = 2,
  col.index = TRUE,
  upper = TRUE,
  diag = FALSE,
  cutoffs = NA,
  ...
)

Arguments

x

Object of class distance.

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

diag

Whether to show the matrix diagonal.

cutoffs

Cutoff values. Values below or above this interval are not printed. For Slater distances c(.8, 1.2) are common values.

...

Not evaluated.


markheckmann/OpenRepGrid documentation built on April 14, 2024, 8:15 a.m.