g_tcs {callback} | R Documentation |
Total callback shares plot
Description
Total callback shares plot
Usage
g_tcs(data = NULL, col = c("gray75", "#F564E3", "#7CAE00"), ...)
Arguments
data |
a |
col |
A list of colors (three colors needed). |
... |
further arguments passed to or from other methods. |
Value
A ggplot2 object
Author(s)
Emmanuel Duguet
Examples
data(origin1)
m <- callback(labour1,"offer","hist","callback","all")
s <- stat_tcs(m)
g_tcs(s)
[Package callback version 0.1.1 Index]