So, I am trying to make the font size larger for all text (but I need the title to be larger), switch the directional axis titles to numeric (0,90,180,270), and get the font style to be in Times.
Below is what I have so far, until I try to change these things.
Any suggestions, I've been doing this for hours and could really use some help.
Hers the reprex for when I try to add these elements
That is not a reprex, it's a screenshot, post the output of the reprex function here directly. BTW the function for loading libraries is library() not Library(), R is case sensitive.
You made a dataframe wind_rose that you then never use for any purpose in the following code
...
You pass an unknown object , the one whose name appears in the error message, into the function that you try to use. Did you mean to use your own wind_rose object and not that ?