Skip to content

Commit ca1f1d7

Browse files
committed
Document with latest roxygen2
1 parent f97942a commit ca1f1d7

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

man/coord_quickmap.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
coord_quickmap(xlim = NULL, ylim = NULL)
77
}
88
\arguments{
9-
\item{xlim}{limits for the x axis}
9+
\item{xlim}{limits for the x axis}
1010

11-
\item{ylim}{limits for the y axis}
11+
\item{ylim}{limits for the y axis}
1212
}
1313
\description{
1414
The represenation of a portion of the earth, wich is approximately spherical,

man/position_jitterdodge.Rd

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ position_jitterdodge(jitter.width = NULL, jitter.height = NULL,
77
dodge.width = NULL)
88
}
99
\arguments{
10-
\item{jitter.width}{degree of jitter in x direction.
11-
Defaults to 40\% of the resolution of the data.}
10+
\item{jitter.width}{degree of jitter in x direction. Defaults to 40\% of the
11+
resolution of the data.}
1212

13-
\item{jitter.height}{degree of jitter in y direction.
14-
Defaults to 0.}
13+
\item{jitter.height}{degree of jitter in y direction. Defaults to 0.}
1514

16-
\item{dodge.width}{the amount to dodge in the x
17-
direction. Defaults to 0.75, the default
18-
\code{position_dodge()} width.}
15+
\item{dodge.width}{the amount to dodge in the x direction. Defaults to 0.75,
16+
the default \code{position_dodge()} width.}
1917
}
2018
\description{
2119
This is primarily used for aligning points generated through

0 commit comments

Comments
 (0)