Learn R Programming

pairwise (version 0.3.1)

plot.pair: S3 Plotting Thurstonian Thresholds

Description

S3 plotting Method for object of class"pair"

Usage

"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