Skip to content

KheireddineAzzez/Impact-of-CO2-emissions-on-the-planet

Repository files navigation

Information visualization

This Project Contains Code and Data(sources) that are used to create Plots regarding to Exercise 2 of lecture 172383 - Informationsvisualisierung.

Folder structure

  • 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.

Libraries are used during the extraction, mapping of the data and the generation of graphs are:

library(ggridges)
library(ggplot2)
library(dplyr)
library(tidyr)
library(forcats)
library(hrbrthemes)
library(viridis)
library(plotly)
library(lubridate)

Contributing

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published