g_mcr {callback} | R Documentation |
Proportions' comparison plot
Description
Proportions' comparison plot
Usage
g_mcr(data = NULL, col = NULL, ...)
Arguments
data |
A |
col |
A list of three colors. |
... |
further arguments passed to or from other methods. |
Value
A ggplot2 object
Author(s)
Emmanuel Duguet
Examples
data(labour1)
m <- callback(labour1,"offer","hist","callback","all")
s <- stat_mcr(m)
g_mcr(data = s)
[Package callback version 0.1.3 Index]