HierarchicalData ClassA method that creates a combined plot for a HierarchicalData object by
arranging the arm-specific Data and DataCombo plots.
# S4 method for HierarchicalData,missing
plot(x, y, ncol = NULL, ...)A gtable object combining the arm-specific plots, or NULL if no
arm plot is available.
(HierarchicalData)
object we want to plot.
(missing)
missing object, for compatibility with the generic
function.
(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.