I would like to know how can I group plots like the following ggplot
(edited in paint): Plot
It looks like facet_wrap()
and facet_grid()
functions cannot be used to arrange the columns and sub-columns.
Is there any R package that I can use?
Thanks