Skip to contents

Draws a horizontal bar chart of candidate pairs generated by each blocking rule, from data produced by il_count_pairs().

Usage

# S3 method for class 'il_count_pairs'
autoplot(object, type = c("additional", "raw"), ...)

Arguments

object

An il_count_pairs tibble.

type

One of "additional" (default) to show the incremental pairs each rule adds beyond those already covered by earlier rules, or "raw" to show the total pairs each rule generates independently.

...

Additional arguments (currently unused).

Value

A ggplot2::ggplot() object.