View source: R/PanelMatchObject.R
plot_matched_set | R Documentation |
Helper function for plotting the distribution of matched set sizes
plot_matched_set(
x,
border = NA,
col = "grey",
ylab = "Frequency of Size",
xlab = "Matched Set Size",
lwd = NULL,
main = "Distribution of Matched Set Sizes",
freq = TRUE,
include.empty.sets = FALSE,
...
)
x |
a |
border |
default is NA. This is the same argument as the standard argument for |
col |
default is "grey". This is the same argument as the standard argument for |
ylab |
default is "Frequency of Size". This is the same argument as the standard argument for |
xlab |
default is "Matched Set Size". This is the same argument as the standard argument for |
lwd |
default is NULL. This is the same argument as the standard argument for |
main |
default is "Distribution of Matched Set Sizes". This is the same argument as the standard argument for |
freq |
default is TRUE. See |
include.empty.sets |
logical value indicating whether or not empty sets should be included in the histogram. default is FALSE. If FALSE, then empty sets will be noted as a separate vertical bar at x = 0. If TRUE, empty sets will be included as normal sets. |
... |
optional arguments to be passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.