plot.balance.plots {TriMatch} | R Documentation |
Prints a grid of balance plots.
Description
Prints a grid of balance plots.
Usage
## S3 method for class 'balance.plots'
plot(x, rows, cols, byrow = TRUE,
plot.sequence = seq_along(bplots), ...)
Arguments
x |
the results of |
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. |
[Package TriMatch version 0.9.9 Index]