Questions tagged [facet-wrap]

In R graphics system ggplot2, facet_wrap is a way to wrap a 1d ribbon of panels into 2d shape. Typically, it groups a data set by one or more categorical variables or variables coercible to factor and plots one data group per panel using the same aesthetics mappings.

In R graphics system ggplot2, facet_wrap is a way to wrap a 1d ribbon of panels into 2d shape. Typically, it groups a data set by one or more categorical variables or variables coercible to factor and plots one data group per panel using the same aesthetics mappings.

Resources for using facet_wrap:

873 questions
-3
votes
1 answer

Wrap one dimension in facet_grid (ggplot2)

I am using facet_grid to co-visualize data according to two factors. One factor as too many levels to fit in one row. I would therefore like to achieve something like facet_wrap, but with 2 dimensions: Can facet_wrap be used with two factors? Can…
Julien
  • 13
  • 2
1 2 3
58
59