This Project Contains Code and Data(sources) that are used to create Plots regarding to Exercise 2 of lecture 172383 - Informationsvisualisierung.
- The Name of the folder indicates the type of the Graph like "Bar, Curve, Bar&curve"
- Each Folder is structured:
Data: Folder that contains data that is used to create the plot.
Code: Folder that contains the code that generates the plot.
Readme.md: contains the source and result.
library(ggridges)
library(ggplot2)
library(dplyr)
library(tidyr)
library(forcats)
library(hrbrthemes)
library(viridis)
library(plotly)
library(lubridate)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.