plot.TrialDesignOptimalConditionalError | R Documentation |
The returned plot is a ggplot2
object and can be supplemented with additional layers using ggplot2
commands.
## S3 method for class 'TrialDesignOptimalConditionalError'
plot(x, range = c(0, 1), type = 1, plotNonMonotoneFunction = FALSE, ...)
x |
Design object of class |
range |
Numeric vector with two entries specifying the range of the x-axis of the plot. |
type |
Type of plot to be created. Options are:
|
plotNonMonotoneFunction |
Logical. Should the non-monotone version of the plot be drawn? Not applicable for plot type 3. Default: |
... |
Additional arguments required for generic compatibility |
No return value, plots the design.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.