-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.05 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
Package: baffle
Title: Make Waffle Plots with Base Graphics
Version: 0.2.2
Authors@R:
person(given = "Jiří",
family = "Moravec",
role = c("aut", "cre"),
email = "jiri.c.moravec@gmail.com")
Description: Waffle plots are rectangular pie charts that represent a quantity or abundances using
colored squares or other symbol. This makes them better at transmitting information as the
discrete number of squares is easier to read than the circular area of pie charts.
While the original waffle charts were rectangular with 10 rows and columns, with a single square
representing 1%, they are nowadays popular in various infographics to visualize any
proportional ratios.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports:
grDevices
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
png
Config/testthat/edition: 3
URL: https://j-moravec.github.io/baffle/, https://github.com/j-moravec/baffle
BugReports: https://github.com/j-moravec/baffle/issues