Produces a match-weight histogram from scored pairs, or a waterfall
chart for a single pair when which is provided. This is a
convenience wrapper around ggplot2::ggplot(). For full control,
build a plot directly from the prediction result or from
il_waterfall().
Arguments
- object
An
il_comparedtibble frompredict.il_model().- which
An optional integer index. If provided, produces a waterfall chart for that pair. If
NULL(default), produces a histogram.- ...
Additional arguments (currently unused).
Value
A ggplot2::ggplot() object.
