plot.bounds {eiPack} | R Documentation |
Plots the deterministic bounds on the proportion of row members within a specified column.
plot.bounds(x, row, column, labels = TRUE, order = NULL, intersection = TRUE, xlab, ylab, col = par("fg"), lty = par("lty"), lwd = par("lwd"), ...)
x |
output from bounds |
row |
a character string specifying the row of interest |
column |
a character string specifying the column of interest |
labels |
a logical toggle specifying whether precinct labels should be printed above interval bounds |
order |
an optional vector of values between 0 and 1 specifying the order (left-to-right) in which interval bounds are plotted |
intersection |
a logical toggle specifying whether the intersection of all plotted bounds (if it exists) should be plotted |
xlab, ylab, ... |
additional arguments passed to plot |
col, lty, lwd |
additional arguments passed to segments |
A plot with vertical intervals indicating the deterministic bounds on the quantity of interest, and (optionally) a single horizontal interval indicating the intersection of these unit bounds.
Ryan T. Moore <rtmoore@fas.harvard.edu>
bounds