app_huntington_hill: Apportion by the Huntington-Hill Method

View source: R/huntington_hill.R

app_huntington_hillR Documentation

Apportion by the Huntington-Hill Method

Description

Apportion by the Huntington-Hill Method

Usage

app_huntington_hill(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_huntington_hill(size = 435, pop = state_2020$pop)

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