app_webster: Apportion by the Webster Method

View source: R/webster.R

app_websterR Documentation

Apportion by the Webster Method

Description

Apportion by the Webster Method

Usage

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

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