Learn R Programming

callback (version 0.1.3)

g_raw: Raw callback rates plot

Description

Raw callback rates plot

Usage

g_raw(data = NULL, col = NULL, ...)

Value

A ggplot2 object

Arguments

data

A callback_stat object.

col

A list of two colors.

...

further arguments passed to or from other methods.

Author

Emmanuel Duguet

Examples

Run this code
data(origin1)
m <- callback(labour1,"offer","hist","callback","all")
s <- stat_raw(m)
g_raw(s)

Run the code above in your browser using DataLab