How to specify the order of panes in facet_wrap

In this tutorial, we will learn how to change the order of panes in a plot made with facet_wrap() or facet_grid(). We will use forcats package’s function fct_relevel() to specify the order we want while plotting. Let us make a scatterplot with facets using facet_wrap() function in ggplot2. Change order of plots in facet_wrap() with… Continue reading How to specify the order of panes in facet_wrap

Exit mobile version