Learn R Programming

couplr (version 1.0.10)

plot.matching_result: Plot method for matching results

Description

Produces a histogram of pairwise distances from a matching result.

Usage

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

Value

The matching_result object (invisibly)

Arguments

x

A matching_result object

type

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

...

Additional arguments passed to plotting functions