Learn R Programming

crmPack (version 2.2.1)

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

Description

[Experimental]

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 code
data <- .DefaultDataCombo()

plot(data)

Run the code above in your browser using DataLab