Learn R Programming

whatifbandit (version 0.3.0)

plot_assign: Plot Cumulative Assignment Probability Over Time

Description

Plot Cumulative Assignment Probability Over Time

Usage

plot_assign(x, ...)

Value

ggplot object

Minimal ggplot object, that can be customized and added to with + (to change scales, labels, legend, theme, etc.).

Arguments

x

A mab object passed from plot.mab()

...

Arguments to pass to ggplot2::geom_* function (e.g. color, linewidth, alpha, bins etc.).