Slide 1

Slide 1 text

Creating a Hex Map Fumiaki Nishihara Tokyo.R 71 (2018-07-15) (@f_nisihara) http://fnshr.info

Slide 2

Slide 2 text

What do you like? shapes Photo by Scott Webb on https://unsplash.com/photos/INeZJfQxMLE

Slide 3

Slide 3 text

Shapes R Users Don’t Like?

Slide 4

Slide 4 text

Shapes R Users Like? Hexagons Source: https://github.com/tidyverse/tidyverse.org/blob/master/static/images/hex-tidyverse.png (Top) https://github.com/tidyverse/tidyverse.org/blob/master/static/images/hex-ggplot2.png (Bottom Left) https://github.com/tidyverse/tidyverse.org/blob/master/static/images/hex-tidyr.png (Bottom Right)

Slide 5

Slide 5 text

The 2017 UK General Election Results Source: https://commons.wikimedia.org/w/index.php?title=File:2017_UK_General_Election_map.svg&oldid=252618360 (Left) https://commons.wikimedia.org/w/index.php?title=File:2017_UK_general_election_constituency_map.svg&oldid=252618253 (Right) Both show the same results: the party won the seat in each electoral district.

Slide 6

Slide 6 text

The 2017 UK General Election Results Proportional Hexagonal Every district is represented in the same size. Small districts are small in the map.

Slide 7

Slide 7 text

Blue districts (=Conservative seats) seem to be overwhelming because these districts are relatively large.

Slide 8

Slide 8 text

Proportional London Hexagonal London London: Small but having many districts

Slide 9

Slide 9 text

Hexagonal map of electoral districts for the House of the Representatives of Japan

Slide 10

Slide 10 text

Source: https://commons.wikimedia.org/w/index.php? title=File:JapanGrey_borders.png&oldid=164165226 (Left) Proportional Tokyo Hexagonal Tokyo

Slide 11

Slide 11 text

Method 1) Specify coordinates of electoral districts 2) Make a new geom_ func 3) Visualize with ggplot2 After the presentation, I found that creating a hexagonal map as an sf object is a better solution. See https://gist.github.com/fnshr/bd752961f12dee4670d0c2ab1923e0c9 Code: https://gist.github.com/fnshr/90d204e39ee68d1278cca7a28ce380a0

Slide 12

Slide 12 text

The 2017 Japan General Election Results