Posts by Wil • 13 points
1 post
-
-1
votes2
answers39
viewsQ: How to sort my bar chart per day of the week on R
Hello, Good afternoon. I need a help to sort by day of the week on R my bar chart, as below: The code I used is as follows:: date_manip %>% na.omit() %>% ggplot(aes(x=Dia_week), group=1) +…