plot.balance.plots: Prints a grid of balance plots.

Description Usage Arguments

View source: R/plot.balance.R

Description

Prints a grid of balance plots.

Usage

1
2
3
## S3 method for class 'balance.plots'
plot(x, rows, cols, byrow = TRUE,
  plot.sequence = seq_along(bplots), ...)

Arguments

x

the results of balance.plot when a data frame is specified.

rows

if covar is a data frame of covariates, the number of rows in the grid of figures.

cols

if covar is a data frame of covariates, the number of columns in the grid of figures.

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.


TriMatch documentation built on May 2, 2019, 12:37 p.m.