
Plotting two-drug combination dose-toxicity model fits
Source:R/Samples-methods.R
plot-Samples-TwoDrugsCombo-method.RdPlotting two-drug combination dose-toxicity model fits
Usage
# S4 method for class 'Samples,TwoDrugsCombo'
plot(
x,
y,
data,
...,
xlab = NULL,
ylab = NULL,
fillLab = "Probability of DLT [%]",
showLegend = TRUE
)Arguments
- x
the Samples object.
- y
the TwoDrugsCombo object.
- data
the DataCombo object.
- ...
passed to
fit.- xlab
the x axis label. If
NULL, the first drug name is used.- ylab
the y axis label. If
NULL, the second drug name is used.- fillLab
the fill legend label.
- showLegend
should the legend be shown? (default)
Value
This returns the ggplot object for the
two-drug combination dose-toxicity model fit.