-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
38 lines (38 loc) · 1.31 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
Package: plotluck
Title: 'ggplot2' Version of "I'm Feeling Lucky!"
Version: 1.1.1.9000
Authors@R: c(
person("Stefan", "Schroedl", , "stefan.schroedl@gmx.de", c("aut", "cre")),
person(given = "Christophe", family = "Regouby", email = "christophe.regouby@free.fr", role = c("ctb"))
)
Description: Examines the characteristics of a data frame and a formula to
automatically choose the most suitable type of plot out of the following supported
options: scatter, violin, box, bar, density, hexagon bin, spine plot, and
heat map. The aim of the package is to let the user focus on what to plot,
rather than on the "how" during exploratory data analysis. It also automates
handling of observation weights, logarithmic axis scaling, reordering of
factor levels, and overlaying smoothing curves and median lines. Plots are
drawn using 'ggplot2'.
Depends:
R (>= 3.1)
Imports:
grid,
Hmisc (>= 3.17.4),
scales (>= 0.4.1),
plyr (>= 1.8.4),
RColorBrewer (>= 1.1.2),
ggplot2 (>= 3.4.0)
License: MIT + file LICENSE
URL: https://github.com/stefan-schroedl/plotluck
BugReports: https://github.com/stefan-schroedl/plotluck/issues
LazyData: true
Suggests:
testthat,
ggplot2movies,
mgcv,
nlme,
knitr,
rmarkdown,
gapminder
RoxygenNote: 6.1.1
VignetteBuilder: knitr