item.pairs
vector containing the numbers of the item pairs for which the results are depicted graphically.
For example, item.pairs = 1
prints the results for items 1 and 2,
item.pairs = 2
prints the results for items 1 and 3,
ask
Boolean. If TRUE
(default), then par("ask"=TRUE)
; i.e., a hard return between subsequent plots is required.
If FALSE
, then par("ask"=FALSE)
.