While I attached a screenshot of the requirements down below for you guys to read, I still need to change the default layout, colors, and fonts, that of which I'm not entirely sure what to do. We had done an assignment before where we had to change those types of things but when I tried incorporating my code from the last assignment over to this one, none if it worked.
[Screenshot of HW - Redacted by mod]
I took a look at that, however I think a big issue with that is that it doesn't take into account that I already a dataset plugged into the box plot — I'm not necessarily starting from scratch in my case
For sure its taken into account, because its entirely concerned with applying themes and styling to plots , that have datasets behind them....
lets go step by step.
Here is some boxplot:
its an issue of being clear on what modification you want to make, and using a tutorial / reference of the kind I shared in order to see how to do it.
Here is another excellent reference I found, this might be particularly good for you as it visually labels what the controllable components are called. ggplot2 Theme Elements Demonstration | Henry Wang