how to order bar plot highest to lowest in ggplot code example
Example: ggplot2 barplot order of bars
theTable$Position <- factor(theTable$Position, levels = c(...))
theTable$Position <- factor(theTable$Position, levels = c(...))