plotExposurePanel
is an internal function for
drawing an exposure rate plot for a single theta segment.
plotExposurePanel(
item_exposure_rate,
item_exposure_rate_final = NULL,
stim_exposure_rate = NULL,
stim_index = NULL,
max_rate = max_rate,
title = NULL,
color = "blue",
color_final = "yellow",
color_stim = "red",
color_threshold = "dark gray",
simple = FALSE,
...
)
exposure rates for each item.
exposure rates for each item, treating items administered in non-true segments as not exposed. Conceptually this will never exceed item_exposure_rate
.
exposure rates for each stimulus.
the stimulus index each item belongs to.
target exposure rate for each theta segment.
the title of this plot panel.
the color for exposure rate bars. (default = blue
)
the color for exposure rate bars, treating items administered in non-true segments as not exposed. (default = yellow
)
the color for stimulus groupings. (default = red
)
the color for the target exposure rate bar. (default = dark gray
)
not used.
arguments to pass onto plot
.