Is it possible to switch the side of y-axis breaks and labels on a faceted plot?

Viewed 3589

By default, on a faceted ggplot (facet_grid), the y-axis facet labels are on the right and the y-axis breaks and labels are on the left.

Is it possible to switch them?

3 Answers
Related