Last data update: 2014.03.03

R: Prints a grid of balance plots.
plot.balance.plotsR 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 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 farme 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.

...

currenlty unused.

Results