@@ -2,13 +2,14 @@ Package: plotluck
2
2
Title: 'ggplot2' Version of "I'm Feeling Lucky!"
3
3
Version: 1.0.0
4
4
Authors@R: person("Stefan", "Schroedl", , "stefan.schroedl@gmx.de", c("aut", "cre"))
5
- Description: A 'ggplot2'-based tool for quickly generating visualizations during
6
- exploratory data analysis with the aim of letting the user focus on what to
7
- plot, not on the "how". 'Plotluck' examines the data characteristics of up to
8
- three variables and accordingly creates a scatter, violin, box, bar, density,
9
- hex or spine plot, or a heat map. It also automates handling of observation
10
- weights,log-scaling of axes, reordering of factor levels, and overlays of
11
- smoothing curves and median lines.
5
+ Description: Examines the characteristics of a data frame and a formula to
6
+ automatically choose the most suitable type of plot out of the following supported
7
+ options: scatter, violin, box, bar, density, hexagon bin, spine plot, and
8
+ heat map. The aim of the package is to let the user focus on what to plot,
9
+ rather than on the "how" during exploratory data analysis. It also automates
10
+ handling of observation weights, logarithmic axis scaling, reordering of
11
+ factor levels, and overlaying smoothing curves and median lines. Plots are
12
+ drawn using 'ggplot2'.
12
13
Depends:
13
14
R (>= 3.3.1)
14
15
Imports:
0 commit comments