Skip to content

Commit f7269c3

Browse files
committed
Re-document with roxygen2 3.0.0
1 parent 66b81e9 commit f7269c3

File tree

200 files changed

+1667
-1754
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+1667
-1754
lines changed

DESCRIPTION

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,20 @@ Collate:
4444
'aaa-.r'
4545
'aaa-constants.r'
4646
'aes-colour-fill-alpha.r'
47+
'aes-group-order.r'
4748
'aes-linetype-size-shape.r'
49+
'aes-position.r'
4850
'aes.r'
51+
'geom-.r'
52+
'annotation-custom.r'
53+
'annotation-logticks.r'
54+
'geom-polygon.r'
55+
'geom-map.r'
56+
'annotation-map.r'
57+
'geom-raster.r'
58+
'annotation-raster.r'
4959
'annotation.r'
60+
'autoplot.r'
5061
'bench.r'
5162
'coord-.r'
5263
'coord-cartesian-.r'
@@ -66,9 +77,9 @@ Collate:
6677
'facet-wrap.r'
6778
'fortify-lm.r'
6879
'fortify-map.r'
80+
'fortify-multcomp.r'
6981
'fortify-spatial.r'
7082
'fortify.r'
71-
'geom-.r'
7283
'geom-abline.r'
7384
'geom-bar-.r'
7485
'geom-bar-histogram.r'
@@ -84,8 +95,6 @@ Collate:
8495
'geom-hex.r'
8596
'geom-hline.r'
8697
'geom-linerange.r'
87-
'geom-polygon.r'
88-
'geom-map.r'
8998
'geom-path-.r'
9099
'geom-path-contour.r'
91100
'geom-path-density2d.r'
@@ -153,16 +162,15 @@ Collate:
153162
'scale-size.r'
154163
'scales-.r'
155164
'stat-.r'
156-
'stat-summary-2d.r'
157-
'stat-summary-hex.r'
158165
'stat-bin.r'
159166
'stat-bin2d.r'
167+
'stat-bindot.r'
160168
'stat-binhex.r'
161169
'stat-boxplot.r'
162170
'stat-contour.r'
163171
'stat-density-2d.r'
164172
'stat-density.r'
165-
'stat-bindot.r'
173+
'stat-ecdf.r'
166174
'stat-function.r'
167175
'stat-identity.r'
168176
'stat-qq.r'
@@ -171,37 +179,29 @@ Collate:
171179
'stat-smooth.r'
172180
'stat-spoke.r'
173181
'stat-sum.r'
182+
'stat-summary-2d.r'
183+
'stat-summary-hex.r'
174184
'stat-summary.r'
175185
'stat-unique.r'
176186
'stat-vline.r'
177187
'stat-ydensity.r'
178-
'stat-ecdf.r'
179188
'summary.r'
180189
'templates.r'
181190
'theme-defaults.r'
182191
'theme-elements.r'
183192
'theme.r'
193+
'translate-qplot-base.r'
194+
'translate-qplot-ggplot.r'
195+
'translate-qplot-gpl.r'
196+
'translate-qplot-lattice.r'
184197
'utilities-break.r'
185198
'utilities-grid.r'
199+
'utilities-help.r'
186200
'utilities-layer.r'
187201
'utilities-matrix.r'
188202
'utilities-resolution.r'
189203
'utilities-table.r'
190204
'utilities.r'
191205
'xxx-digest.r'
192206
'zxx.r'
193-
'geom-raster.r'
194-
'annotation-raster.r'
195-
'annotation-map.r'
196-
'autoplot.r'
197207
'zzz.r'
198-
'fortify-multcomp.r'
199-
'annotation-custom.r'
200-
'aes-group-order.r'
201-
'aes-position.r'
202-
'translate-qplot-base.r'
203-
'translate-qplot-ggplot.r'
204-
'translate-qplot-gpl.r'
205-
'translate-qplot-lattice.r'
206-
'annotation-logticks.r'
207-
'utilities-help.r'

man/absoluteGrob.Rd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
\alias{absoluteGrob}
33
\title{Absolute grob}
44
\usage{
5-
absoluteGrob(grob, width = NULL, height = NULL,
6-
xmin = NULL, ymin = NULL, vp = NULL)
5+
absoluteGrob(grob, width = NULL, height = NULL, xmin = NULL,
6+
ymin = NULL, vp = NULL)
77
}
88
\description{
9-
This grob has fixed dimesions and position.
9+
This grob has fixed dimesions and position.
1010
}
1111
\details{
12-
It's still experimental
12+
It's still experimental
1313
}
1414
\keyword{internal}
1515

man/add_theme.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\alias{add_theme}
33
\title{Modify properties of an element in a theme object}
44
\usage{
5-
add_theme(t1, t2, t2name)
5+
add_theme(t1, t2, t2name)
66
}
77
\arguments{
88
\item{t1}{A theme object}
@@ -14,9 +14,9 @@
1414
printing informative error messages.}
1515
}
1616
\description{
17-
Modify properties of an element in a theme object
17+
Modify properties of an element in a theme object
1818
}
1919
\seealso{
20-
+.gg
20+
+.gg
2121
}
2222

man/aes.Rd

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\title{Generate aesthetic mappings that describe how variables in the data are
44
mapped to visual properties (aesthetics) of geoms.}
55
\usage{
6-
aes(x, y, ...)
6+
aes(x, y, ...)
77
}
88
\arguments{
99
\item{x}{x value}
@@ -14,21 +14,21 @@ mapped to visual properties (aesthetics) of geoms.}
1414
map.}
1515
}
1616
\description{
17-
\code{aes} creates a list of unevaluated expressions.
18-
This function also performs partial name matching,
19-
converts color to colour, and old style R names to ggplot
20-
names (eg. pch to shape, cex to size)
17+
\code{aes} creates a list of unevaluated expressions. This
18+
function also performs partial name matching, converts
19+
color to colour, and old style R names to ggplot names (eg.
20+
pch to shape, cex to size)
2121
}
2222
\examples{
2323
aes(x = mpg, y = wt)
2424
aes(x = mpg ^ 2, y = wt / cyl)
2525
}
2626
\seealso{
27-
\code{\link{aes_string}} for passing quoted variable
28-
names. \code{\link{aes_colour_fill_alpha}},
29-
\code{\link{aes_group_order}},
30-
\code{\link{aes_linetype_size_shape}} and
31-
\code{\link{aes_position}} for more specific examples
32-
with different aesthetics.
27+
\code{\link{aes_string}} for passing quoted variable names.
28+
\code{\link{aes_colour_fill_alpha}},
29+
\code{\link{aes_group_order}},
30+
\code{\link{aes_linetype_size_shape}} and
31+
\code{\link{aes_position}} for more specific examples with
32+
different aesthetics.
3333
}
3434

man/aes_all.Rd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
\alias{aes_all}
33
\title{Given a character vector, create a set of identity mappings}
44
\usage{
5-
aes_all(vars)
5+
aes_all(vars)
66
}
77
\arguments{
88
\item{vars}{vector of variable names}
99
}
1010
\description{
11-
Given a character vector, create a set of identity
12-
mappings
11+
Given a character vector, create a set of identity mappings
1312
}
1413
\examples{
1514
aes_all(names(mtcars))

man/aes_auto.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
\alias{aes_auto}
33
\title{Automatic aesthetic mapping}
44
\usage{
5-
aes_auto(data = NULL, ...)
5+
aes_auto(data = NULL, ...)
66
}
77
\arguments{
88
\item{data}{data.frame or names of variables}
99

1010
\item{...}{aesthetics that need to be explicitly mapped.}
1111
}
1212
\description{
13-
Automatic aesthetic mapping
13+
Automatic aesthetic mapping
1414
}
1515
\examples{
1616
df <- data.frame(x = 1, y = 1, colour = 1, label = 1, pch = 1)

man/aes_colour_fill_alpha.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
\alias{fill}
77
\title{Colour related aesthetics: colour, fill and alpha}
88
\description{
9-
This page demonstrates the usage of a sub-group of
10-
aesthetics; colour, fill and alpha.
9+
This page demonstrates the usage of a sub-group of
10+
aesthetics; colour, fill and alpha.
1111
}
1212
\examples{
1313
\donttest{

man/aes_group_order.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\alias{order}
55
\title{Aesthetics: group, order}
66
\description{
7-
Aesthetics: group, order
7+
Aesthetics: group, order
88
}
99
\examples{
1010
\donttest{

man/aes_linetype_size_shape.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
\alias{size}
66
\title{Differentiation related aesthetics: linetype, size, shape}
77
\description{
8-
This page demonstrates the usage of a sub-group of
9-
aesthetics; linetype, size and shape.
8+
This page demonstrates the usage of a sub-group of
9+
aesthetics; linetype, size and shape.
1010
}
1111
\examples{
1212
# Line types should be specified with either an integer, a name, or with a string of

man/aes_position.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
\alias{ymin}
1111
\title{Position related aesthetics: x, y, xmin, xmax, ymin, ymax, xend, yend}
1212
\description{
13-
This page demonstrates the usage of a sub-group of
14-
aesthetics; x, y, xmin, xmax, ymin, ymax, xend, and yend.
13+
This page demonstrates the usage of a sub-group of
14+
aesthetics; x, y, xmin, xmax, ymin, ymax, xend, and yend.
1515
}
1616
\examples{
1717
# Generate data: means and standard errors of means for prices

0 commit comments

Comments
 (0)