plotShadowExposure: (Internal) Plot exposure rates from a simulation

View source: R/plot_functions.R

plotShadowExposureR 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 output_Shadow_all object.

theta_type

true or estimated. The type of theta to define theta segments for plotting purposes.

segment

the segment index to do the plotting. NULL plots all segments.

use_segment_label

TRUE labels each segment using the theta range of the segment.

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

TRUE shows the theta estimation RMSE in each segment.

use_par

TRUE allows this function to set graphic margins through par.

...

not used.


choi-phd/TestDesign documentation built on Oct. 1, 2024, 2:37 a.m.