plot.bounds {eiPack}R Documentation

Plot of deterministic bounds for units satisfying row thresholds

Description

Plots the deterministic bounds on the proportion of row members within a specified column.

Usage

## 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"), ...)

Arguments

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

Value

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.

Author(s)

Ryan T. Moore <rtm@american.edu>

See Also

bounds


[Package eiPack version 0.2-2 Index]