ComboSimulationsSummaryGraphical display of combination simulation summaries.
# S4 method for ComboSimulationsSummary,missing
plot(
x,
y,
type = c("nObs", "doseSelectedDrug1", "doseSelectedDrug2", "propDLTs"),
...
)A single ggplot object if a single plot is asked for,
otherwise a gtable object.
(ComboSimulationsSummary)
the object we want to plot from.
(missing)
not used.
(character)
the types of plots you want to obtain.
not used.