plotShadowExposure {TestDesign} | R Documentation |
(Internal) Plot exposure rates from a simulation
Description
plotShadowExposure
is an internal function for
plotting exposure rates from a simulation.
Usage
plotShadowExposure(
x,
theta_type,
segment,
use_segment_label,
color,
color_final,
rmse,
use_par,
...
)
Arguments
x |
an |
theta_type |
|
segment |
the segment index to do the plotting. |
use_segment_label |
|
color |
the color for exposure rate bars. |
color_final |
the color for exposure rate bars, treating items administered in non-true segments as not exposed. |
rmse |
|
use_par |
|
... |
not used. |
[Package TestDesign version 1.7.0 Index]