Learn R Programming

refineR (version 2.0.0)

plotRIVerification: Plot method for RI verification

Description

Plot method for RI verification

Usage

plotRIVerification(
  mar1,
  mar2,
  marginOverlap,
  Scale = c("original", "transformed", "splitXAxis"),
  lambda = 0,
  xlab = NULL,
  title = NULL,
  ...
)

Value

			(NULL) Instead, a plot is generated.

Arguments

mar1

(data.frame) with output of function getRIMargins()

mar2

(data.frame) with output of function getRIMargins()

marginOverlap

(character) vector length of mar1; specifying if and how the margins overlap; options are: "PEOverlap", "MarsOverlap", "noOverlap"

Scale

(character) specifying if percentiles are shown on the original scale ("original") or the transformed scale ("transformed") or a split view of the x-axis ("splitXAxis")

lambda

(numeric) specifying the power parameter (skewness) of the assumed distribution

xlab

(character) specifying the x-axis label

title

(character) specifying plot title

...

(additional arguments) candLabel (character) specifying the label for the candidate RI; dataLabel (character) specifying the label for the data-derived RI

Author

Christopher Rank christopher.rank@roche.com