plot.DIF_stats_mst {dexterMST}R Documentation

plot method for DIF_mst

Description

plot method for DIF_mst

Usage

## S3 method for class 'DIF_stats_mst'
plot(x, items = NULL, itemsX = items, itemsY = items, ...)

Arguments

x

object produced by DIF_mst

items

character vector of item id's for a subset of the plot. Useful if you have many items. If NULL all items are plotted.

itemsX

character vector of item id's for the X axis

itemsY

character vector of item id's for the Y axis

...

further arguments to plot


[Package dexterMST version 0.9.6 Index]