plot.VTTRUEPS | R Documentation |
Plot true DLT risk rates and response rates.
## 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,
...
)
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 |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.