Given a named vector, this function will return
a ggplot object that represents a waffle chart of the values.
The individual values will be summed up and each that will be the total number of squares in the grid.
text for below the chart. Highly suggested this be used to
give the "1 sq == xyz" relationship if it's not obvious
title
chart title
colors
exactly the number of colors as values in parts.
If omitted, Color Brewer "Set2" colors are used.
size
width of the separator between blocks (defaults to 2)
legend_pos
position of legend
flip
flips x & y axes
reverse
reverses the order of the data
equal
by default, waffle uses coord_equal; this can cause
layout problems, so you an use this to disable it if you are using
ggsave or knitr to control output sizes (or manually sizing the chart)