plot.matching_result: Plot method for matching results

View source: R/matching_core.R

plot.matching_resultR Documentation

Plot method for matching results

Description

Produces a histogram of pairwise distances from a matching result.

Usage

## S3 method for class 'matching_result'
plot(x, type = c("histogram", "density", "ecdf"), ...)

Arguments

x

A matching_result object

type

Type of plot: "histogram" (default), "density", or "ecdf"

...

Additional arguments passed to plotting functions

Value

The matching_result object (invisibly)


couplr documentation built on Jan. 20, 2026, 5:07 p.m.