Skip to contents

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, ...)

Arguments

object

A halfmoon data object with appropriate class

...

Additional arguments passed to the underlying plot_*() function

Value

A ggplot2 object

Details