From a30908dabf10f3036790a701280ed56a09c1fe45 Mon Sep 17 00:00:00 2001 From: Toby Dylan Hocking Date: Sat, 2 Nov 2024 19:00:53 -0400 Subject: [PATCH] rm mathworks link --- R/guide-colorbar.r | 2 -- man/guide_colourbar.Rd | 2 -- 2 files changed, 4 deletions(-) diff --git a/R/guide-colorbar.r b/R/guide-colorbar.r index 4e95635ff..46e46aa20 100644 --- a/R/guide-colorbar.r +++ b/R/guide-colorbar.r @@ -2,8 +2,6 @@ #' #' Colour bar guide shows continuous color scales mapped onto values. #' Colour bar is available with \code{scale_fill} and \code{scale_colour}. -#' For more information, see the inspiration for this function: -#' \href{http://www.mathworks.com/help/techdoc/ref/colorbar.html}{Matlab's colorbar function}. #' #' Guides can be specified in each \code{scale_*} or in \code{\link{guides}}. #' \code{guide="legend"} in \code{scale_*} is syntactic sugar for diff --git a/man/guide_colourbar.Rd b/man/guide_colourbar.Rd index 59c816a08..7202e08bb 100644 --- a/man/guide_colourbar.Rd +++ b/man/guide_colourbar.Rd @@ -139,8 +139,6 @@ A guide object \description{ Colour bar guide shows continuous color scales mapped onto values. Colour bar is available with \code{scale_fill} and \code{scale_colour}. -For more information, see the inspiration for this function: -\href{http://www.mathworks.com/help/techdoc/ref/colorbar.html}{Matlab's colorbar function}. } \details{ Guides can be specified in each \code{scale_*} or in \code{\link{guides}}.