how to change order in bar chart r code example
Example: how to change order in bar chart r
tips2$day <- factor(tips2$day,levels = c("Fri", "Sat", "Sun", "Thur"))
tips2$day <- factor(tips2$day,levels = c("Fri", "Sat", "Sun", "Thur"))