https://github.com/pkx8326/plotly-interactive-map-with-r-1
A data visualization project with R and plotly for minimum wages in US states from 1968 - 2017
https://github.com/pkx8326/plotly-interactive-map-with-r-1
Last synced: 4 months ago
JSON representation
A data visualization project with R and plotly for minimum wages in US states from 1968 - 2017
- Host: GitHub
- URL: https://github.com/pkx8326/plotly-interactive-map-with-r-1
- Owner: pkx8326
- Created: 2021-11-23T09:11:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-23T09:28:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T08:19:19.158Z (8 months ago)
- Language: R
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plotly-interactive-map-with-R-1
A data visualization project with R and plotly for minimum wages in US states from 1968 - 2017This project is to demonstrate that we can create map charts with interactive pop-up labels and time line with plotly in R. The project is a modified version of the tutorial from this following link: https://www.youtube.com/watch?v=RrtqBYLf404&t=59s.
The wage data used in the project was obtained from Kaggle.com via: https://www.kaggle.com/lislejoem/us-minimum-wage-by-state-from-1968-to-2017
The state code abbrivations information was obtained from: https://worldpopulationreview.com/states/state-abbreviationsThis project can be extended to visualizing any time-dependent geographical information from any country in the world, provided that the location and scope information is available to plotly.