Learn R Programming

crmPack (version 2.2.1)

plot,HierarchicalData,missing-method: 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 HierarchicalData,missing
plot(x, y, ncol = NULL, ...)

Value

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

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.