Function to plot item response functions, item characteristic functions, and item information functions for Cat objects.
# S4 method for Cat
plot(x, item, plotType, xlim = c(-5, 5), ...)
Cat object.
Numeric. Item index.
Character. Either "IRF", "ICC", or "IIF" for item response functions, item characteristic functions, and item information functions, respectively.
Vector. Range of the x-axis.
Other arguments passed to plot().