These methods provide automatic plot generation for halfmoon data objects using ggplot2's autoplot interface. Each method dispatches to the appropriate plot_*() function as follows:
Usage
# S3 method for class 'halfmoon_balance'
autoplot(object, ...)
# S3 method for class 'halfmoon_ess'
autoplot(object, ...)
# S3 method for class 'halfmoon_calibration'
autoplot(object, ...)
# S3 method for class 'halfmoon_roc'
autoplot(object, ...)
# S3 method for class 'halfmoon_auc'
autoplot(object, ...)
# S3 method for class 'halfmoon_qq'
autoplot(object, ...)Details
autoplot.halfmoon_balancecallsplot_balance()autoplot.halfmoon_esscallsplot_ess()autoplot.halfmoon_calibrationcallsplot_model_calibration()autoplot.halfmoon_roccallsplot_model_roc_curve()autoplot.halfmoon_auccallsplot_model_auc()autoplot.halfmoon_qqcallsplot_qq()
