plot.pairSE {pairwise} | R Documentation |
S3 plotting method for object of classc("pairSE","list")
## S3 method for class 'pairSE' plot( x, ci = 2, sortdif = FALSE, ra = "auto", main = NULL, col.lines = 1:(dim(x$threshold)[2]), col.error = 1:(dim(x$threshold)[2]), type = "b", xlab = "items", ylab = "logits", pch = 20, las = 3, cex.axis = 0.8, ... )
x |
object of class |
ci |
numeric defining confidence intervall for point estimator |
sortdif |
logical wether to order items by difficulty |
ra |
either the character |
main |
see |
col.lines |
vector of colors for threshold profile lines |
col.error |
vector of colors for error bars |
type |
see |
xlab |
see |
ylab |
see |
pch |
see |
las |
see |
cex.axis |
see |
... |
other parameters passed to plot |