-
Notifications
You must be signed in to change notification settings - Fork 52
/
theme_RENAMEME.R
28 lines (27 loc) · 1.12 KB
/
theme_RENAMEME.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#########################
# #
# Assignment #
# Lecture 07 #
# #
# Deadline: #
# #
#########################
##
# Create your own theme for ggplot!
# In principle you should use this ggplot theme in the remainder of the course for assignments ect.
# Of course you can change along, but I would like to encourage all of you to use a personalized theme!
#
# !! Please RENAME this file and call it accordingly in the runfile !!
#
# To get 7 points you will need to modify at least 7 parameters of the theme_classic or theme_bw!
#
# Useful resources you may want to check:
# https://www.datanovia.com/en/blog/ggplot-themes-gallery/
# https://ggplot2.tidyverse.org/reference/theme.html
# Or the book's theme:
# https://github.com/gabors-data-analysis/da_case_studies/blob/master/ch00-tech-prep/theme_bg.R
# Some more advanced/elaborated examples:
# https://bookdown.org/rdpeng/RProgDA/building-a-new-theme.html
# https://towardsdatascience.com/5-steps-for-creating-your-own-ggplot-theme-656e79a96b9
#
# and many more....