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