| check.nseats | R Documentation | 
parameter-checking method for nseats (internal)
check.nseats(
  nseats = NULL,
  ncandidates,
  default = 1,
  mcan = NULL,
  complete.ranking = FALSE
)
nseats | 
 initially-specified number of seats to be filled in an election  | 
ncandidates | 
 the number of candidates standing for election  | 
default | 
 the return value of this function when nseats=NULL  | 
mcan | 
 a deprecated name for nseats  | 
complete.ranking | 
 when TRUE, the return value is in 1..ncandidates When FALSE, the return value is in 1..ncandidates-1 (for backwards compatibility)  | 
a valid non-NULL value for the number of seats to be filled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.