I would like to order the bars as Monday, Tuesday, Wednesday...Sunday instead of a random order. I also would like to display the full numbers on the Y axis instead of 1e+05.
#code snippet
DaysCrime <- ggplot(TrainCrime, aes(DayOfWeek))
DaysCrime + geom_histogram(colour = "darkblue", fill = "lightblue")