rbind.redist_plans: Combine multiple sets of redistricting plans

View source: R/redist_plans.R

rbind.redist_plansR Documentation

Combine multiple sets of redistricting plans

Description

Only works when all the sets are compatible—generated from the same map, with the same number of districts. Sets of plans will be indexed by the chain column.

Usage

## S3 method for class 'redist_plans'
rbind(..., deparse.level = 1)

Arguments

...

The redist_plans objects to combine. If named arguments are provided, the names will be used in the chain column; otherwise, numbers will be used for the chain column.

deparse.level

Ignored.

Value

A new redist_plans object.


redist documentation built on April 3, 2023, 5:46 p.m.