Skip to content

Commit

Permalink
docs: remove link to turbo blog
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison committed Nov 20, 2024
1 parent 754aa12 commit dd9f5e4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 21 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html>.
* 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

Expand Down
3 changes: 1 addition & 2 deletions R/polar_polarMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#' <https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/>.
#' uniform colours.
#'
#' @param alpha *Transparency value for polar markers.*
#'
Expand Down
3 changes: 1 addition & 2 deletions R/traj_trajLevelMap.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#' <https://research.google/blog/turbo-an-improved-rainbow-colormap-for-visualization/>.
#' 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.
Expand Down
3 changes: 1 addition & 2 deletions man/annulusMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/deprecated-static-polar-maps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/freqMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/percentileMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/polarMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/pollroseMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/trajLevelMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions man/windroseMap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd9f5e4

Please sign in to comment.