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_balance
callsplot_balance()
autoplot.halfmoon_ess
callsplot_ess()
autoplot.halfmoon_calibration
callsplot_model_calibration()
autoplot.halfmoon_roc
callsplot_model_roc_curve()
autoplot.halfmoon_auc
callsplot_model_auc()
autoplot.halfmoon_qq
callsplot_qq()