Learn R Programming

callback (version 0.1.1)

g_tcs: Total callback shares plot

Description

Total callback shares plot

Usage

g_tcs(data = NULL, col = c("gray75", "#F564E3", "#7CAE00"), ...)

Value

A ggplot2 object

Arguments

data

a stat_tcs object.

col

A list of colors (three colors needed).

...

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_tcs(m)
g_tcs(s)

Run the code above in your browser using DataLab