# Manually maintained (not generated by roxygen2).

export(bootstrap_profit)
export(break_even)
export(compare_models)
export(confusion_payoff)
export(cost_revenue)
export(cumulative_gains)
export(impact_summary)
export(lift_curve)
export(marginal_profit)
export(payoff_grid)
export(plot_cost_revenue)
export(plot_gains)
export(plot_lift)
export(plot_marginal)
export(plot_profit)
export(plot_roc)
export(plot_roi)
export(plot_thresholds)
export(profit)
export(profit_thresholds)
export(roc_pr)
export(roi)
export(run_app)
export(tornado)

importFrom(magrittr,"%>%")
importFrom(utils,"globalVariables")

S3method(ggplot2::autoplot,mi_bootstrap)
S3method(ggplot2::autoplot,mi_compare)
S3method(ggplot2::autoplot,mi_cost_revenue)
S3method(ggplot2::autoplot,mi_gains)
S3method(ggplot2::autoplot,mi_lift)
S3method(ggplot2::autoplot,mi_marginal)
S3method(ggplot2::autoplot,mi_profit)
S3method(ggplot2::autoplot,mi_roc)
S3method(ggplot2::autoplot,mi_roi)
S3method(ggplot2::autoplot,mi_thresholds)
