waffle: Create Waffle Chart Visualizations in R

Square pie charts (a.k.a. waffle charts) can be used to communicate parts of a whole for categorical quantities. To emulate the percentage view of a pie chart, a 10x10 grid should be used with each square representing 1% of the total. Modern uses of waffle charts do not necessarily adhere to this rule and can be created with a grid of any rectangular shape. Best practices suggest keeping the number of categories small, just as should be done when creating pie charts. Tools are provided to create waffle charts as well as stitch them together, and to use glyphs for making isotype pictograms.

Version: 0.7.0
Depends: R (≥ 3.2.0), ggplot2 (≥ 2.0.0)
Imports: RColorBrewer, grid, gridExtra, gtable, extrafont
Suggests: testthat
Published: 2017-01-07
Author: Bob Rudis [aut, cre], Dave Gandy [aut] (Font Awesome)
Maintainer: Bob Rudis <bob at rud.is>
BugReports: https://github.com/hrbrmstr/waffle/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
URL: https://github.com/hrbrmstr/waffle/tree/cran
NeedsCompilation: no
Materials: README NEWS
CRAN checks: waffle results

Documentation:

Reference manual: waffle.pdf

Downloads:

Package source: waffle_0.7.0.tar.gz
Windows binaries: r-devel: waffle_0.7.0.zip, r-release: waffle_0.7.0.zip, r-oldrel: waffle_0.7.0.zip
macOS binaries: r-release (arm64): waffle_0.7.0.tgz, r-oldrel (arm64): waffle_0.7.0.tgz, r-release (x86_64): waffle_0.7.0.tgz, r-oldrel (x86_64): waffle_0.7.0.tgz
Old sources: waffle archive

Reverse dependencies:

Reverse imports: amplican, occCite
Reverse suggests: iNZightPlots

Linking:

Please use the canonical form https://CRAN.R-project.org/package=waffle to link to this page.