| plot,DataCombo,missing-method | R Documentation |
DataCombo ClassA method that creates a plot for DataCombo object.
## S4 method for signature 'DataCombo,missing'
plot(x, y, legend = TRUE, ...)
x |
( |
y |
( |
legend |
( |
... |
not used. |
A gtable object combining two ggplot2 plots.
data <- .DefaultDataCombo()
plot(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.