plot.VTTRUEPS {visit} | R Documentation |
Plot true parameters
Description
Plot true DLT risk rates and response rates.
Usage
## S3 method for class 'VTTRUEPS'
plot(x, draw.levels = NULL, draw.curves = 1:6,
legends = NULL, ltys = c(1, 1, 2, 2, 2, 2), pch = 19:24,
ylim = c(0, 1), cols = c("red", "blue", "brown", "black", "gray",
"green"), add.legend = TRUE, ...)
Arguments
x |
A class |
draw.levels |
Select dose levels to draw. Default |
draw.curves |
Indicate which curves to plot. The options are
See |
legends |
Line legends |
ltys |
Line types |
pch |
Line PCH |
ylim |
Y limits |
cols |
Line colors |
add.legend |
Include legends (TRUE) or not (FALSE) |
... |
optional arguments for plot |
Examples
rst.sce <- vtScenario(tox = c(0.05, 0.05, 0.08),
res = c(0.2, 0.3, 0.5),
rho = 1)
plot(rst.sce, draw.levels = 1:2, draw.curves=1:6)
[Package visit version 2.2 Index]