Create waffle chart (5 rows, 20 columns) for any single percentage

abm_waffle_pct(pct, label, col)

Arguments

pct

a percentage expressed as a decimal number 0 <= pct <= 1

label

a title for the chart, displayed above the waffle (optional)

col

a vector with colors for filling (optional)

Value

a ggplot object