Skip to contents

[Experimental]

A method that creates a combined plot for a HierarchicalData object by arranging the arm-specific Data and DataCombo plots.

Usage

# S4 method for class 'HierarchicalData,missing'
plot(x, y, ncol = NULL, ...)

Arguments

x

(HierarchicalData)
object we want to plot.

y

(missing)
missing object, for compatibility with the generic function.

ncol

(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.

Value

A gtable object combining the arm-specific plots, or NULL if no arm plot is available.