Learn R Programming

TestDesign (version 1.0.0)

plotExposureRateFinalFlag: Draw item information plots for flagged items by segment

Description

Draw item information plots for flagged items by segment.

Usage

plotExposureRateFinalFlag(object, pool, theta = seq(-3, 3, 0.1),
  flag_from = 0.4, file_pdf = NULL, width = 7, height = 6,
  color = "red", mfrow = c(2, 4))

Arguments

object

A list object generated by plotExposureRateFinal.

pool

An '>item_pool object.

theta

A theta grid.

flag_from

A flagging criterion.

file_pdf

If supplied a filename, save as a PDF file.

width

Width of the graphics device.

height

Height of the graphics device.

color

Plotting color.

mfrow

Number of multiple figures defined as c(nrow, ncol).