plot.pair {pairwise} | R 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 |
sortdif |
logical wether to order items by difficulty |
ra |
either the character |
main |
see |
col.lines |
vector of colors for threshold profile lines |
type |
see |
xlab |
see |
ylab |
see |
pch |
see |
las |
see |
cex.axis |
see |
... |
other parameters passed to plot |
[Package pairwise version 0.6.1-0 Index]