plot-HierarchicalData-missing-method: Plot Method for the 'HierarchicalData' Class

plot,HierarchicalData,missing-methodR Documentation

Plot Method for the HierarchicalData Class

Description

[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 signature '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.


crmPack documentation built on July 5, 2026, 9:06 a.m.