federal_riding_hexagons {mapcan} | R Documentation |
Canadian federal riding hexagons (used for hexagonal tile plots)
Description
A data set with coordinates for the mapcan::riding_binplot()
function.
Usage
federal_riding_hexagons
Format
A data.frame with 6629 rows and 15 variables:
- long
y-axis of riding hexagons
- lat
x-axis of riding hexagons
- order
Order of layers
- hole
Polygon hole (TRUE or FALSE)
- piece
Piece
- group
Group
- representation_order
Representation order. Specifies boundaries/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]