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

plot,DataCombo,missing-methodR Documentation

Plot Method for the DataCombo Class

Description

[Experimental]

A method that creates a plot for DataCombo object.

Usage

## S4 method for signature 'DataCombo,missing'
plot(x, y, legend = TRUE, ...)

Arguments

x

(DataCombo)

y

(missing)

legend

(flag) whether legends should be displayed.

...

not used.

Value

A gtable object combining two ggplot2 plots.

Examples

data <- .DefaultDataCombo()

plot(data)

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