g_ecs {callback}R Documentation

Exclusive callback shares plot

Description

Exclusive callback shares plot

Usage

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

Arguments

data

a callback_stat object.

col

A list of four colors.

...

further arguments passed to or from other methods.

Value

A ggplot2 object

Author(s)

Emmanuel Duguet

Examples

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


[Package callback version 0.1.3 Index]