| plot.bounds | R Documentation | 
Plots the deterministic bounds on the proportion of row members within a specified column.
## S3 method for class 'bounds'
plot(x, row, column, labels = TRUE, order = NULL,
    intersection = TRUE, xlab, ylab, col = par("fg"), 
    lty = par("lty"), lwd = par("lwd"), ...)
| x | output from  | 
| 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  | 
| col, lty, lwd | additional arguments passed to  | 
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 <rtm@american.edu>
bounds
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.