plot.pair: S3 Plotting Thurstonian Thresholds

View source: R/plot.pair.R

plot.pairR Documentation

S3 Plotting Thurstonian Thresholds

Description

S3 plotting method for object of class"pair"

Usage

## S3 method for class 'pair'
plot(
  x,
  sortdif = FALSE,
  ra = "auto",
  main = NULL,
  col.lines = (1:dim(x$threshold)[2]),
  type = "b",
  xlab = "items",
  ylab = "logits",
  pch = (1:dim(x$threshold)[2]),
  las = 3,
  cex.axis = 0.8,
  ...
)

Arguments

x

object of class"pair"

sortdif

logical wether to order items by difficulty

ra

either the character "auto" (default) or an numeric, defining the (logit) range for y-axis

main

see plot

col.lines

vector of colors for threshold profile lines

type

see plot

xlab

see plot

ylab

see plot

pch

see plot

las

see plot

cex.axis

see plot

...

other parameters passed to plot


pairwise documentation built on April 18, 2023, 1:10 a.m.