Skip to content

Commit 3255f65

Browse files
committed
fix urls
1 parent 92032f2 commit 3255f65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/guide-colorbar.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NULL
66
#' Colour bar guide shows continuous colour scales mapped onto values.
77
#' Colour bar is available with `scale_fill` and `scale_colour`.
88
#' For more information, see the inspiration for this function:
9-
#' \href{http://www.mathworks.com/help/techdoc/ref/colorbar.html}{Matlab's colorbar function}.
9+
#' \href{https://www.mathworks.com/help/techdoc/ref/colorbar.html}{Matlab's colorbar function}.
1010
#'
1111
#' Guides can be specified in each `scale_*` or in [guides()].
1212
#' `guide="legend"` in `scale_*` is syntactic sugar for

R/stat-ellipse.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#'
66
#' @references John Fox and Sanford Weisberg (2011). An \R Companion to
77
#' Applied Regression, Second Edition. Thousand Oaks CA: Sage. URL:
8-
#' \url{https://socialsciences.mcmaster.ca/jfox/Books/Companion/}
8+
#' \url{https://uk.sagepub.com/en-gb/eur/an-r-companion-to-applied-regression/book246125}
99
#' @references Michael Friendly. Georges Monette. John Fox. "Elliptical Insights: Understanding Statistical Methods through Elliptical Geometry."
1010
#' Statist. Sci. 28 (1) 1 - 39, February 2013. URL: \url{https://projecteuclid.org/journals/statistical-science/volume-28/issue-1/Elliptical-Insights-Understanding-Statistical-Methods-through-Elliptical-Geometry/10.1214/12-STS402.full}
1111
#'

man/guide_colourbar.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)