divide_votes_matrix {proporz} | R Documentation |
Calculate raw seat matrix
Description
Apply row and column divisors to matrix to get non-rounded seat values.
Usage
divide_votes_matrix(M, col_divisors, row_divisors)
Arguments
M |
matrix |
col_divisors |
divisors to apply to columns |
row_divisors |
divisors to apply to rows |
Value
matrix with the same dimension as M
containing non-rounded seat values
[Package proporz version 1.5.0 Index]