waffle is not compatible with ggplot2, but I wouldn't have thought facets would be appropriate for these kind of pictograms.
If you really wanted to, you could generate something like this using custom shapes with ggplot2 and some of your own functions for the placement of the shapes.
Somebody produced a package using custom shapes (might have been dogs or cats or whatever), but I cannot find it right now.
You can do that with ggimage, but I haven't looked through any other possible extensions (ggimage suited my very important use case just fine, so I stopped there!)
end of 2016-17 season, in case anyone was suffering righteous indignation!
I was wondering the same thing... and came to the same conclusion. There's not much yet, and it's a shame. Do you know of any classification of these types of charts ? It seems to me that with 6 or 7 chart types we can cover around 90% of those, it's pretty much always the same and shouldn't be that hard to wrap into a package.
Actually I've started to work on a package to do just that. I looked at ggproto but I don't understand it much so I took the easier route. It would be nice to be able to use ggplot aesthetics though... and then plug them into gganimate for more fun.
I imagine this is pretty close. If I then used a ggimage for the shapes, I'd bet it could look really good. But hiding the mutates and geom_point would be awesome if someone knows how.