Draw item information plots for flagged items by segment.
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)
)
A list object generated by plotExposureRateFinal
.
A theta grid.
A flagging criterion.
If supplied a filename, save as a PDF file.
Width of the graphics device.
Height of the graphics device.
Plotting color.
Number of multiple figures defined as c(nrow, ncol).