Skip to content

Commit 2b00ea7

Browse files
coolbutuselessyutannihilation
authored andcommitted
Doc fixes (#3052)
* trivial doc fixes * trivial doc fixes
1 parent e9d4e5d commit 2b00ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/geom-rug.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' with the two 1d marginal distributions. Rug plots display individual
55
#' cases so are best used with smaller datasets.
66
#'
7-
#' The rug lines are drawn with a fixed size (3% of the total plot size) so
7+
#' The rug lines are drawn with a fixed size (3\% of the total plot size) so
88
#' are dependent on the overall scale expansion in order not to overplot
99
#' existing data.
1010
#'

R/stat-ellipse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' The method for calculating the ellipses has been modified from
44
#' `car::ellipse` (Fox and Weisberg, 2011)
55
#'
6-
#' @references John Fox and Sanford Weisberg (2011). An {R} Companion to
6+
#' @references John Fox and Sanford Weisberg (2011). An \R Companion to
77
#' Applied Regression, Second Edition. Thousand Oaks CA: Sage. URL:
88
#' \url{http://socserv.socsci.mcmaster.ca/jfox/Books/Companion}
99
#' @param level The confidence level at which to draw an ellipse (default is 0.95),

man/geom_rug.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/stat_ellipse.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)