-
-
Notifications
You must be signed in to change notification settings - Fork 95
/
DESCRIPTION
50 lines (50 loc) · 1.57 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: waffle
Type: Package
Title: Create Waffle Chart Visualizations
Version: 1.0.2
Date: 2023-09-30
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Dave", "Gandy", role = "aut", comment = "Font Awesome"),
person("Andrew", "Breza", email = "[email protected]", role = "ctb"),
person("Matthias", "Jütte", role = "ctb"),
person("Paul", "Campbell", email = "[email protected]",
role = "ctb", comment = "geom_bar flip")
)
Maintainer: Bob Rudis <[email protected]>
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
to create waffle charts as well as stitch them together, and to use glyphs
for making isotype pictograms.
Encoding: UTF-8
Copyright: file inst/COPYRIGHTS
Suggests:
knitr,
rmarkdown,
dplyr,
ggthemes
Depends:
R (>= 3.5.0),
ggplot2 (>= 3.1.0)
License: GPL (>= 2)
Imports:
RColorBrewer,
grid,
gridExtra,
gtable,
extrafont,
curl,
stringr,
stats,
htmlwidgets,
DT,
plyr,
rlang,
utils
RoxygenNote: 7.2.3