plot,DataCombo,missing-method: Plot Method for the DataCombo Class
Description
![[Experimental]](figures/lifecycle-experimental.svg?package=crmPack&version=2.2.1)
A method that creates a plot for DataCombo object.
Usage
# S4 method for DataCombo,missing
plot(x, y, legend = TRUE, ...)
Value
A gtable object combining two ggplot2 plots.
Arguments
- x
(DataCombo)
- y
(missing)
- legend
(flag)
whether legends should be displayed.
- ...
not used.
Examples
Run this codedata <- .DefaultDataCombo()
plot(data)
Run the code above in your browser using DataLab