waffle icon indicating copy to clipboard operation
waffle copied to clipboard

Feature request: Ability to pass in a data frame and use facets

Open puterleat opened this issue 8 years ago • 0 comments

Say you have data like this:

   day bugs spiders worms
1    0    51        49        39
2   2    28        72        61
3   3    41        59        48
4  4    42        58        474

It would be great if you could do this:

waffle(df) + facet_grid(month~.)

I think the default behaviour if you don't add the facet should be to take the mean across days.

puterleat avatar Jun 16 '16 14:06 puterleat