Learn R Programming

TestDesign (version 0.2.3)

plotExposureRateBySegment: Draw exposure rate plots by theta segment

Description

Draw exposure rate plots by theta segment.

Usage

plotExposureRateBySegment(object, config, max_rate = 0.25,
  file_pdf = NULL, width = 7, height = 6, mfrow = c(2, 4))

Arguments

object

An output object generated by Shadow.

config

A '>config_Shadow object.

max_rate

A target item exposure rate.

file_pdf

If supplied a filename, save as a PDF file.

width

Width of the graphics device.

height

Height of the graphics device.

mfrow

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