forked from stefan-schroedl/plotluck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 908 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 908 Bytes
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
Package: plotluck
Title: GGPlot2 version of 'I'm Feeling Lucky!'
Version: 0.1
Authors@R: "Stefan Schroedl <stefan.schroedl@gmx.de> [aut, cre]"
Description: A tool for quickly generating ggplots during exploratory data
analysis with the aim of letting the user focus on what to plot, not
on the how. Plotluck examines the data characteristics of one, two, or
three variables and accordingly creates a scatter, violin, box, bar,
density, hex or spine plot, or a heat map. It also automates handling of
observation weights,log-scaling of axes, reordering of factor levels, and
overlays of smoothing curves and median lines.
Depends:
R (>= 3.0.0)
Imports:
ggplot2 (>= 1.0.0),
Hmisc (>= 3.14.5),
quantreg (>= 5.05),
scales (>= 0.2.3),
plyr (>= 1.7.1),
gridExtra (>= 0.9.0),
hexbin (>= 1.27)
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat