The returned plot is a ggplot2 object and can be supplemented with additional layers using ggplot2 commands.
# S3 method for TrialDesignOptimalConditionalError
plot(x, range = c(0, 1), type = 1, plotNonMonotoneFunction = FALSE, ...)No return value, plots the design.
Design object of class TrialDesignOptimalConditionalError.
Numeric vector with two entries specifying the range of the x-axis of the plot.
Type of plot to be created. Options are:
type = 1: Plot the values of the optimal conditional error function against the first-stage p-value.
type = 2: Plot the second-stage information resulting from the optimal conditional error function against the first-stage p-value.
type = 3: Plot the likelihood ratio of the given specification of the optimal conditional error function against the first-stage p-value.
type = 4: Plot the function Q of the given specification of the optimal conditional error function against the first-stage p-value.
Logical. Should the non-monotone version of the plot be drawn? Not applicable for plot type 3. Default: FALSE.
Additional arguments required for generic compatibility