app_jefferson: Apportion by the Jefferson Method

View source: R/jefferson.R

app_jeffersonR Documentation

Apportion by the Jefferson Method

Description

Apportion by the Jefferson Method

Usage

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

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