Make square pie charts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

9 years ago
Package: waffle
Type: Package
Title: Create Waffle Chart Visualizations
Version: 0.9.0
Date: 2018-04-04
7 years ago
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Dave", "Gandy", role = "aut", comment = "Font Awesome")
)
8 years ago
Maintainer: Bob Rudis <bob@rud.is>
Description: 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
8 years ago
to create waffle charts as well as stitch them together, and to use glyphs
for making isotype pictograms.
Encoding: UTF-8
URL: https://github.com/hrbrmstr/waffle/tree/cran
9 years ago
BugReports: https://github.com/hrbrmstr/waffle/issues
Suggests:
testthat
Depends:
7 years ago
R (>= 3.2.0),
ggplot2 (>= 2.0.0)
License: GPL (>= 2)
9 years ago
Imports:
RColorBrewer,
9 years ago
grid,
gridExtra,
gtable,
extrafont,
curl,
stringr,
stats
RoxygenNote: 6.0.1.9000