Is there a way to reflect a plot made with ggplot through the y-axis?
I would like to go from this:
to this: (Obviously without reflecting the axis labels!)
Is there a way to reflect a plot made with ggplot through the y-axis?
I would like to go from this:
to this: (Obviously without reflecting the axis labels!)
there is a function scale_x_reverse()
that should do what you want.