ryansafner / hexstickers

Hex Stickers for course websites and slides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hex Stickers used for courses websites and course slides

Stickers

source("scripts/hexwall.R")

hexwall(path = "stickers_png/",
        sticker_row_size = 5, # if getting error about "image magick" try changing #
        sticker_width = 500,
        remove_small = TRUE,
        total_stickers = NULL,
        remove_size = TRUE,
        coords = NULL,
        scale_coords = TRUE,
        sort_mode = "random"
)

All hex images were made using GuangchuangYu’s hexSticker package.

Hexwall made using mitchelloharawild’s hexwall package.

Repo Organization

Classes

Microeconomics

  • Course: ECON 306 at Hood College [Fall 2019]; [Spring 2020]; [Fall 2020]; [Spring 2021]; [Fall 2021]; [Spring 2022]
  • Details: A stylized version of an indifference curve graph featuring a decrease in the price of good X. Bonus points if you can identify income and substitution effects! Produced with ggplot2 (see micro.R script for source)
  • Main Color: #236192

Economics of the Law

Game Theory

Economics of Development

  • Course: ECON 317 at Hood College [Fall 2019]
  • Details: A stylized version of “the great fact” using Maddison’s historical GDP data. Produced with ggplot2 (see dev.R script for source)
  • Main Color: #771C6D

International Trade

Industrial Organization

  • Course: ECON 326 at Hood College [Spring 2020]
  • Details: My attempt at an abstract industry depicting firms of different sizes/market shares. Produced with ggplot2 using code inspired by Ed Rubin’s awesome course slides (see io.R script for source)
  • Main Color: #236192

Public Economics

History of Economic Thought

Econometrics

License

Everything here is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons License

About

Hex Stickers for course websites and slides


Languages

Language:R 100.0%