app_dhondt: Apportion by the D'Hondt Method

View source: R/dhondt.R

app_dhondtR Documentation

Apportion by the D'Hondt Method

Description

Apportion by the D'Hondt Method

Usage

app_dhondt(size, pop)

Arguments

size

number of seats to apportion across units

pop

a vector of population sizes for each unit

Value

integer vector

Examples

app_dhondt(size = 435, pop = state_2020$pop)

apportion documentation built on Feb. 16, 2023, 7:19 p.m.