Plotting hierarchical dose-toxicity model fits
# S4 method for HierarchicalSamples,HierarchicalModel
plot(x, y, data, ncol = NULL, ...)This returns a gtable object combining the arm-specific fitted
plots, or NULL if no arm plot is available.
the HierarchicalSamples object.
the HierarchicalModel object.
the HierarchicalData object.
(count or NULL)
number of columns in the combined plot.
If NULL, a compact layout is chosen automatically.
passed to the arm-specific plot methods.