g_difp {callback}R Documentation

Difference of proportions plot

Description

Difference of proportions plot

Usage

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

Arguments

data

A callback_stat object.

col

A list of three 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_mcr(m)
g_difp(s)


[Package callback version 0.1.3 Index]