scale_x_discrete_reverse: Inverse the order of items on the x-axis (for discrete scales)
Description
Inverse the order of items on the x-axis (for discrete scales)
Usage
scale_x_discrete_reverse(values, ...)
Arguments
values
The vector of values as given to the x aestetic
...
Other arguments forwarded to 'scale_y_discrete()'
Value
ggplot object, concatenatable with '+'