-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
48 lines (48 loc) · 919 Bytes
/
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
39
40
41
42
43
44
45
46
47
48
Package: layers
Type: Package
Title: Layer related components from ggplot2
Version: 0.0.0
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description:
Depends:
R (>= 2.12)
Imports:
grid,
scales,
plyr
License: MIT
LazyLoad: yes
Collate:
'adjust-fill.r'
'adjust-stack.r'
'adjust.r'
'aesthetics-defaults.r'
'aesthetics-group.r'
'aesthetics.r'
'geom-bar.r'
'geom-line.r'
'geom-path.r'
'geom-point.r'
'geom-polygon.r'
'geom-rect.r'
'geom-ribbon.r'
'geom-rug.r'
'geom-segment.r'
'geom-step.r'
'geom-text.r'
'geom.r'
'layer-defaults.r'
'layer.r'
'scaled-values.r'
'stat-contour.r'
'stat-density-point.r'
'stat-density.r'
'stat-density2d.r'
'stat-identity.r'
'stat-sum.r'
'stat.r'
'utils.r'
'geom-tile.r'
'geom-raster.r'
'geom-vline.r'