forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
221 lines (221 loc) · 4.68 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
Package: ggplot2
Version: 2.1.0.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("Winston", "Chang", , "[email protected]", "aut"),
person("RStudio", role = "cph")
)
Title: An Implementation of the Grammar of Graphics
Description: An implementation of the grammar of graphics in R. It combines the
advantages of both base and lattice graphics: conditioning and shared axes
are handled automatically, and you can still build up a plot step by step
from multiple data sources. It also implements a sophisticated
multidimensional conditioning system and a consistent interface to map
data to aesthetic attributes. See http://ggplot2.org for more information,
documentation and examples.
Depends:
R (>= 3.1)
Imports:
digest,
grid,
gtable (>= 0.1.1),
MASS,
plyr (>= 1.7.1),
reshape2,
scales (>= 0.3.0),
stats,
tibble,
lazyeval
Suggests:
covr,
ggplot2movies,
hexbin,
Hmisc,
lattice,
mapproj,
maps,
maptools,
mgcv,
multcomp,
nlme,
testthat (>= 0.11.0),
quantreg,
knitr,
rpart,
rmarkdown,
svglite
Enhances: sp
License: GPL-2 | file LICENSE
URL: http://ggplot2.org, https://github.com/hadley/ggplot2
BugReports: https://github.com/hadley/ggplot2/issues
LazyData: true
Collate:
'ggproto.r'
'aaa-.r'
'aes-calculated.r'
'aes-colour-fill-alpha.r'
'aes-group-order.r'
'aes-linetype-size-shape.r'
'aes-position.r'
'utilities.r'
'aes.r'
'legend-draw.r'
'geom-.r'
'annotation-custom.r'
'annotation-logticks.r'
'geom-polygon.r'
'geom-map.r'
'annotation-map.r'
'geom-raster.r'
'annotation-raster.r'
'annotation.r'
'autoplot.r'
'axis-secondary.R'
'bench.r'
'bin.R'
'coord-.r'
'coord-cartesian-.r'
'coord-fixed.r'
'coord-flip.r'
'coord-map.r'
'coord-munch.r'
'coord-polar.r'
'coord-quickmap.R'
'coord-transform.r'
'data.R'
'facet-.r'
'facet-grid-.r'
'facet-null.r'
'facet-wrap.r'
'fortify-lm.r'
'fortify-map.r'
'fortify-multcomp.r'
'fortify-spatial.r'
'fortify.r'
'stat-.r'
'geom-abline.r'
'geom-rect.r'
'geom-bar.r'
'geom-bin2d.r'
'geom-blank.r'
'geom-boxplot.r'
'geom-col.r'
'geom-path.r'
'geom-contour.r'
'geom-count.r'
'geom-crossbar.r'
'geom-segment.r'
'geom-curve.r'
'geom-defaults.r'
'geom-ribbon.r'
'geom-density.r'
'geom-density2d.r'
'geom-dotplot.r'
'geom-errorbar.r'
'geom-errorbarh.r'
'geom-freqpoly.r'
'geom-hex.r'
'geom-histogram.r'
'geom-hline.r'
'geom-jitter.r'
'geom-label.R'
'geom-linerange.r'
'geom-point.r'
'geom-pointrange.r'
'geom-quantile.r'
'geom-rug.r'
'geom-smooth.r'
'geom-spoke.r'
'geom-text.r'
'geom-tile.r'
'geom-violin.r'
'geom-vline.r'
'ggplot2.r'
'grob-absolute.r'
'grob-dotstack.r'
'grob-null.r'
'grouping.r'
'guide-colorbar.r'
'guide-legend.r'
'guides-.r'
'guides-axis.r'
'guides-grid.r'
'hexbin.R'
'labeller.r'
'labels.r'
'layer.r'
'layout.R'
'limits.r'
'margins.R'
'plot-build.r'
'plot-construction.r'
'plot-last.r'
'plot.r'
'position-.r'
'position-collide.r'
'position-dodge.r'
'position-fill.r'
'position-identity.r'
'position-jitter.r'
'position-jitterdodge.R'
'position-nudge.R'
'position-stack.r'
'quick-plot.r'
'range.r'
'save.r'
'scale-.r'
'scale-alpha.r'
'scale-brewer.r'
'scale-continuous.r'
'scale-date.r'
'scale-discrete-.r'
'scale-gradient.r'
'scale-grey.r'
'scale-hue.r'
'scale-identity.r'
'scale-linetype.r'
'scale-manual.r'
'scale-shape.r'
'scale-size.r'
'scale-type.R'
'scales-.r'
'stat-bin.r'
'stat-bin2d.r'
'stat-bindot.r'
'stat-binhex.r'
'stat-boxplot.r'
'stat-contour.r'
'stat-count.r'
'stat-density-2d.r'
'stat-density.r'
'stat-ecdf.r'
'stat-ellipse.R'
'stat-function.r'
'stat-identity.r'
'stat-qq.r'
'stat-quantile.r'
'stat-smooth-methods.r'
'stat-smooth.r'
'stat-sum.r'
'stat-summary-2d.r'
'stat-summary-bin.R'
'stat-summary-hex.r'
'stat-summary.r'
'stat-unique.r'
'stat-ydensity.r'
'summary.r'
'theme-defaults.r'
'theme-elements.r'
'theme.r'
'translate-qplot-ggplot.r'
'translate-qplot-lattice.r'
'utilities-break.r'
'utilities-grid.r'
'utilities-help.r'
'utilities-matrix.r'
'utilities-resolution.r'
'utilities-table.r'
'zxx.r'
'zzz.r'
VignetteBuilder: knitr
RoxygenNote: 5.0.1