federal_riding_bins {mapcan}R Documentation

Canadian federal riding bins (used for tile plots)

Description

A data set with coordinates for the mapcan::riding_binplot() function.

Usage

federal_riding_bins

Format

A data.frame with 944 rows and 8 variables:

y

y-axis of riding bins (corresponds to longitude)

x

x-axis of riding bins (corresponds to latitude)

pr_alpha

Province or territory 2-letter identifier

representation_order

Representation order. Specifies boundaries/number of seats for a given election (e.g. the 2015 election used the 2013 representation order, with 338 seats).

pr_french

Province or territory name (French).

pr_english

Province or territory name (English).

pr_sgc_code

Province Standard Geographical Classification (SGC) code.

riding_code

Uniquely identifies a federal electoral district (composed of the 2-digit province/territory unique identifier followed by the 3-digit federal electoral district code).


[Package mapcan version 0.0.1 Index]