Home > OS > Reordering data in ascending order axis within 2 facets with ggplot in R
Reordering data in ascending order axis within 2 facets with ggplot in R
Time:02-16
I have a dataframe of overnight stays per holiday location by origin-location, year and age group, which is plotted in ggplot, facetted by Year and age group:
As you can see, the lines don't sort correctly from smallest to largest. I use