etc5523-2020 / exercise2C

For students to submit their reproducible example in the issue
0 stars 0 forks source link

Plotting a visualisation with date in the x axis #47

Open EmilySheehan0012 opened 4 years ago

EmilySheehan0012 commented 4 years ago

I have a data frame "count_date1", which contains dates and the frequency or count of complaints on that date.

I would like to plot this data, however, the plot that I have produced is not very informative and the dates seem to be appearing in the wrong format.

How do I create a line graph for this data whilst ensuring the dates (on the x axis) are in the right format?

https://rpubs.com/eshee0012/648914