-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 1.33 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
Package: dittoViz
Type: Package
Title: User Friendly Data Visualization
Version: 1.0.2
Authors@R: c(person("Daniel", "Bunis", email = "[email protected]",
role=c("aut", "cre"), comment = c(ORCID = "0000-0002-0010-1616")))
Description: A comprehensive visualization toolkit built with coders of all
skill levels and color-vision impaired audiences in mind. It allows creation
of finely-tuned, publication-quality figures from single function calls.
Visualizations include scatter plots, compositional bar plots, violin, box,
and ridge plots, and more. Customization ranges from size and title
adjustments to discrete-group circling and labeling, hidden data overlay
upon cursor hovering via ggplotly() conversion, and many more, all with
simple, discrete inputs. Color blindness friendliness is powered by legend
adjustments (enlarged keys), and by allowing the use of shapes or
letter-overlay in addition to the carefully selected dittoColors().
License: MIT + file LICENCE
Encoding: UTF-8
Depends: ggplot2
Imports: cowplot,
ggrepel,
ggridges,
stats
Suggests:
plotly,
testthat (>= 3.0.0),
ggplot.multistats,
palmerpenguins,
ggrastr (>= 0.2.0)
RoxygenNote: 7.3.1
Config/testthat/edition: 3
URL: https://github.com/dtm2451/dittoViz
BugReports: https://github.com/dtm2451/dittoViz/issues