Learn R Programming

crmPack (version 2.2.1)

plot,ComboSimulationsSummary,missing-method: Plot ComboSimulationsSummary

Description

[Experimental]

Graphical display of combination simulation summaries.

Usage

# S4 method for ComboSimulationsSummary,missing
plot(
  x,
  y,
  type = c("nObs", "doseSelectedDrug1", "doseSelectedDrug2", "propDLTs"),
  ...
)

Value

A single ggplot object if a single plot is asked for, otherwise a gtable object.

Arguments

x

(ComboSimulationsSummary) the object we want to plot from.

y

(missing) not used.

type

(character) the types of plots you want to obtain.

...

not used.