numeric, non-negative integer, less than number of
legislators represented in obj. Roll calls with lop
or fewer legislators voting in the minority are dropped.
data(s109)
## the following two lines yield an identical rollcall objects109.working <- dropUnanimous(s109)
s109.working
s109.working <- dropRollCall(s109,dropList=list(lop=0))
s109.working