- rawdata
 
The full covariate dataset
  
- treat
 
the vector of treatment assignments for the full dataset
  
- matched
 
vector of weights to apply to the full dataset to create the
   restructured data: for matching without replacement these will all be 0's and 1's; 
   for one-to-one matching with replacement these will all be non-negative
   integers; for IPTW or more complicated matching methods these could be any non-negative numbers
  
- estimand
 
can either be ATT, ATC, or ATE, default is ATT
  
- x
 
an object return by the balance function.
  
- combined
 
default is FALSE
  
- digits
 
minimal number of significant digits, default is 2.
  
- longcovnames
 
long covariate names.  If not provided, plot will 
            use covariate variable name by default
  
- which.covs
 
mixed then it plots all as std diffs;
    binary it only plots binary and as abs unstd diffs;
    cont it only plots non-binary and as abs std diffs
  
- v.axis
 
default is TRUE, which shows the top axis--axis(3).
  
- cex.main
 
font size of main title
  
- cex.vars
 
font size of variabel names
  
- cex.pts
 
point size of the estimates
  
- mar
 
A numerical vector of the form c(bottom, left, top, right)
          which gives the number of lines of margin to be specified on
          the four sides of the plot. The default is c(0,3,5.1,2).
  
- plot
 
default is TRUE, which will plot the plot.
  
- x.max
 
set the max of the xlim, default is NULL
  
- ...
 
other plot options may be passed to this function