g_raw {callback} | R Documentation |
Raw callback rates plot
Description
Raw callback rates plot
Usage
g_raw(data = NULL, col = NULL, ...)
Arguments
data |
A |
col |
A list of two colors. |
... |
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_raw(m)
g_raw(s)
[Package callback version 0.1.3 Index]