Collection of academic data analytics projects showcasing exploratory data analysis, geographic visualization, and interactive dashboards using R.
- Interactive visualization using leaflet
- Custom choropleth maps with tmap
- Dynamic filtering using shiny
- Responsive design for web display
- Historical Olympic performance trends
- Country-wise medal distribution using ggplot2
- Time series analysis with tidyverse
- Interactive visualization with plotly
- Water quality assessment using tidyverse
- Temporal trends analysis with lubridate
- Geographic distribution with sf
- Environmental impact visualization
- Advanced geospatial analysis with sf
- Custom mapping layers using tmap
- Population density patterns
- Infrastructure distribution analysis
- R
- tidyverse
- ggplot2
- sf
- leaflet
- tmap
- shiny
- plotly
- RMarkdown
# Install required packages
install.packages(c(
"tidyverse",
"sf",
"leaflet",
"tmap",
"shiny",
"plotly",
"rmarkdown"
))
# Load packages
library(tidyverse)
library(sf)
library(leaflet)
Each project is contained in its own directory with:
- R Markdown files with analysis
- Data files
- Documentation
- Interactive visualizations
Project contributions are welcome. Please follow the contribution guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.
Bjorn Melin
- GitHub: @BjornMelin
- LinkedIn: Bjorn Melin
Made with ๐ and โค๏ธ by Bjorn Melin