Module 10: Time Series and Data Visualization
I recreated the two visuals provided for this assignment and improved upon them. I incorporated a purple theme and improved the labels. Using ggplot2 allowed me to have cleaner and more visually appealing graphs. I used the hot dog data to create bar charts and the economics data to do a time series. Time series are good to visualize because you can identify patterns and trends over time, instead of having to analyze raw data . Graphs allow you to easily see how the unemployment rate and duration change. Overall, ggplot2 has great functionality for creating clear and effective visualizations. This bar chart shows the number of hot dogs eaten each year. I used purple to highlight the record-breaking performances In this version, I used ggplot2 to improve the styling and make the visualization clearer and easier to understand. The stacked bar chart displays multiple categories in one single graph, showing how these values combine over time, a...