Skip to contents

[Experimental]

A method that creates a plot for DataCombo object.

Usage

# S4 method for class '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)