| plot,Samples,TwoDrugsCombo-method | R Documentation |
Plotting two-drug combination dose-toxicity model fits
## S4 method for signature 'Samples,TwoDrugsCombo'
plot(
x,
y,
data,
...,
xlab = NULL,
ylab = NULL,
fillLab = "Probability of DLT [%]",
showLegend = TRUE
)
x |
the Samples object. |
y |
the TwoDrugsCombo object. |
data |
the DataCombo object. |
... |
passed to |
xlab |
the x axis label. If |
ylab |
the y axis label. If |
fillLab |
the fill legend label. |
showLegend |
should the legend be shown? (default) |
This returns the ggplot object for the
two-drug combination dose-toxicity model fit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.