plot.balance.plots | R Documentation |
Prints a grid of balance plots.
## S3 method for class 'balance.plots'
plot(x, rows, cols, byrow = TRUE, plot.sequence = seq_along(bplots), ...)
x |
the results of [balance.plot()] when a data frame is specified. |
rows |
if |
cols |
if |
byrow |
if TRUE (default), plots will be drawn by rows, otherwise by columns. |
plot.sequence |
the sequence (or subset) of plots to draw. |
... |
currently unused. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.