View source: R/matching_core.R
| plot.matching_result | R Documentation |
Produces a histogram of pairwise distances from a matching result.
## S3 method for class 'matching_result'
plot(x, type = c("histogram", "density", "ecdf"), ...)
x |
A matching_result object |
type |
Type of plot: "histogram" (default), "density", or "ecdf" |
... |
Additional arguments passed to plotting functions |
The matching_result object (invisibly)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.