Learn R Programming

callback (version 0.1.3)

g_ecs: Exclusive callback shares plot

Description

Exclusive callback shares plot

Usage

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

Value

A ggplot2 object

Arguments

data

a callback_stat object.

col

A list of four colors.

...

further arguments passed to or from other methods.

Author

Emmanuel Duguet

Examples

Run this code
data(labour1)
m <- callback(labour1,"offer","hist","callback","all")
s <- stat_ecs(m)
g_ecs(s)

Run the code above in your browser using DataLab