From dd9f5e4f05b7d9e3d2a00d23a785b907cea46095 Mon Sep 17 00:00:00 2001 From: jack-davison Date: Wed, 20 Nov 2024 11:20:39 +0000 Subject: [PATCH] docs: remove link to turbo blog --- NEWS.md | 2 +- R/polar_polarMap.R | 3 +-- R/traj_trajLevelMap.R | 3 +-- man/annulusMap.Rd | 3 +-- man/deprecated-static-polar-maps.Rd | 3 +-- man/freqMap.Rd | 3 +-- man/percentileMap.Rd | 3 +-- man/polarMap.Rd | 3 +-- man/pollroseMap.Rd | 3 +-- man/trajLevelMap.Rd | 3 +-- man/windroseMap.Rd | 3 +-- 11 files changed, 11 insertions(+), 21 deletions(-) diff --git a/NEWS.md b/NEWS.md index 3b5c454..534aca3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -179,7 +179,7 @@ This is a patch release primarily to fix a few bugs in `{openairmaps}`, and impl ## New features -* Functions now use Google's "turbo" colour palette rather than "jet" by default. More about this palette and the advantages of using it over "jet" can be read at . +* Functions now use the `"turbo"` colour palette rather than `"jet"` by default, which is still a rainbow palette but with more perceptually uniform colours. ## Bug fixes diff --git a/R/polar_polarMap.R b/R/polar_polarMap.R index 22eba71..f705885 100644 --- a/R/polar_polarMap.R +++ b/R/polar_polarMap.R @@ -162,8 +162,7 @@ #' #' The colours used for plotting, passed to [openair::openColours()]. The #' default, `"turbo"`, is a rainbow palette with relatively perceptually -#' uniform colours. Read more about this palette at -#' . +#' uniform colours. #' #' @param alpha *Transparency value for polar markers.* #' diff --git a/R/traj_trajLevelMap.R b/R/traj_trajLevelMap.R index 1abfb74..919485a 100644 --- a/R/traj_trajLevelMap.R +++ b/R/traj_trajLevelMap.R @@ -8,8 +8,7 @@ #' @inheritParams openair::trajLevel #' @param cols The colours used for plotting, passed to #' [openair::openColours()]. The default, `"turbo"`, is a rainbow palette with -#' relatively perceptually uniform colours. Read more about this palette at -#' . +#' relatively perceptually uniform colours. #' @param alpha Opacity of the tiles. Must be between `0` and `1`. #' @param tile.border Colour to use for the border of binned tiles. Defaults to #' `NA`, which draws no border. diff --git a/man/annulusMap.Rd b/man/annulusMap.Rd index a7f264e..592f01d 100644 --- a/man/annulusMap.Rd +++ b/man/annulusMap.Rd @@ -160,8 +160,7 @@ substitute the correct provider string.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.} diff --git a/man/deprecated-static-polar-maps.Rd b/man/deprecated-static-polar-maps.Rd index b9d8a2b..f72e1c6 100644 --- a/man/deprecated-static-polar-maps.Rd +++ b/man/deprecated-static-polar-maps.Rd @@ -256,8 +256,7 @@ family function.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.} diff --git a/man/freqMap.Rd b/man/freqMap.Rd index 5e29d63..0e58a84 100644 --- a/man/freqMap.Rd +++ b/man/freqMap.Rd @@ -170,8 +170,7 @@ substitute the correct provider string.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.} diff --git a/man/percentileMap.Rd b/man/percentileMap.Rd index 0dbfd4d..ac8846e 100644 --- a/man/percentileMap.Rd +++ b/man/percentileMap.Rd @@ -157,8 +157,7 @@ substitute the correct provider string.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.} diff --git a/man/polarMap.Rd b/man/polarMap.Rd index 8952267..e52fcb2 100644 --- a/man/polarMap.Rd +++ b/man/polarMap.Rd @@ -173,8 +173,7 @@ substitute the correct provider string.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.} diff --git a/man/pollroseMap.Rd b/man/pollroseMap.Rd index 425151f..ea4e47a 100644 --- a/man/pollroseMap.Rd +++ b/man/pollroseMap.Rd @@ -159,8 +159,7 @@ substitute the correct provider string.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.} diff --git a/man/trajLevelMap.Rd b/man/trajLevelMap.Rd index ed0cf4e..5cc54c9 100644 --- a/man/trajLevelMap.Rd +++ b/man/trajLevelMap.Rd @@ -107,8 +107,7 @@ much noise.} \item{cols}{The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with -relatively perceptually uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +relatively perceptually uniform colours.} \item{alpha}{Opacity of the tiles. Must be between \code{0} and \code{1}.} diff --git a/man/windroseMap.Rd b/man/windroseMap.Rd index 5deec2d..a60615a 100644 --- a/man/windroseMap.Rd +++ b/man/windroseMap.Rd @@ -137,8 +137,7 @@ substitute the correct provider string.} The colours used for plotting, passed to \code{\link[openair:openColours]{openair::openColours()}}. The default, \code{"turbo"}, is a rainbow palette with relatively perceptually -uniform colours. Read more about this palette at -\url{https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/}.} +uniform colours.} \item{alpha}{\emph{Transparency value for polar markers.}