data visualisation creating bar plot box plot scatter plot
Assignment: Use the provided dataset to produce visualizations and then tell the story of your visualizations. The dataset and dataset documentation will be found in this week’s folder. I will also create a video that will provide more details for the assignment. Graphs to Produce: ggplot2 – Bar Plot: (Use dataset_budget_share_Food_Spanish_Households.csv) ggplot(dataset_name, aes(x=categorical, fill=categorical)) + […]
