Is it possible to produce a ggplot with facet_wrap (single row of facets) where the entire row forms a circle or an arc.
I know that ggplot supports circular barplots but these are single plots that from an arc. I would like to have the entire row of facets arc around to produce a circle.
Circlize would be the best example of what I want to do (with ggplot). : Circular Visualization • circlize
I had a look at patchwork and cowplot and I could not find an example that suggests it is possible.