Skip to contents

This page shows a gallery of maps that can be displayed with the gradient fill scales included with tidyterra. A basic code to generate this map is:

library(tidyterra)
library(terra)
library(ggplot2)

r <- rast(system.file("extdata/volcano2.tif", package = "tidyterra"))

ggplot() +
  geom_spatraster(data = r) +
  # Use the palette you like, in this case:
  scale_fill_hypso_c() +
  theme_void()

scale_fill_terrain_* and scale_fill_wiki_*

Check scale_fill_terrain_c() and scale_fill_wiki_c() for more info.

scale_fill_whitebox_*

Check scale_fill_whitebox_c() for more info.

scale_fill_hypso_*

Check scale_fill_hypso_c() for more info.

scale_fill_cross_blended_*

Check scale_fill_cross_blended_c() for more info.

scale_fill_grass_*

Check scale_fill_grass_c() for more info. Plots produced using use_grass_range = FALSE.

scale_fill_princess_*

Check scale_fill_princess_c() for more info.

Session info

Details
#> ─ Session info ───────────────────────────────────────────────────────────────
#>  setting  value
#>  version  R version 4.5.0 (2025-04-11 ucrt)
#>  os       Windows Server 2022 x64 (build 20348)
#>  system   x86_64, mingw32
#>  ui       RTerm
#>  language en
#>  collate  English_United States.utf8
#>  ctype    English_United States.utf8
#>  tz       UTC
#>  date     2025-06-10
#>  pandoc   3.1.11 @ C:/HOSTED~1/windows/pandoc/31F387~1.11/x64/PANDOC~1.11/ (via rmarkdown)
#>  quarto   NA
#> 
#> ─ Packages ───────────────────────────────────────────────────────────────────
#>  package      * version date (UTC) lib source
#>  bslib          0.9.0   2025-01-30 [1] RSPM
#>  cachem         1.1.0   2024-05-16 [1] RSPM
#>  class          7.3-23  2025-01-01 [3] CRAN (R 4.5.0)
#>  classInt       0.4-11  2025-01-08 [1] RSPM
#>  cli            3.6.5   2025-04-23 [1] RSPM
#>  codetools      0.2-20  2024-03-31 [3] CRAN (R 4.5.0)
#>  data.table     1.17.4  2025-05-26 [1] RSPM
#>  DBI            1.2.3   2024-06-02 [1] RSPM
#>  desc           1.4.3   2023-12-10 [1] RSPM
#>  digest         0.6.37  2024-08-19 [1] RSPM
#>  dplyr          1.1.4   2023-11-17 [1] RSPM
#>  e1071          1.7-16  2024-09-16 [1] RSPM
#>  evaluate       1.0.3   2025-01-10 [1] RSPM
#>  farver         2.1.2   2024-05-13 [1] RSPM
#>  fastmap        1.2.0   2024-05-15 [1] RSPM
#>  fs             1.6.6   2025-04-12 [1] RSPM
#>  generics       0.1.4   2025-05-09 [1] RSPM
#>  ggplot2      * 3.5.2   2025-04-09 [1] RSPM
#>  glue           1.8.0   2024-09-30 [1] RSPM
#>  gtable         0.3.6   2024-10-25 [1] RSPM
#>  htmltools      0.5.8.1 2024-04-04 [1] RSPM
#>  jquerylib      0.1.4   2021-04-26 [1] RSPM
#>  jsonlite       2.0.0   2025-03-27 [1] RSPM
#>  KernSmooth     2.23-26 2025-01-01 [3] CRAN (R 4.5.0)
#>  knitr          1.50    2025-03-16 [1] RSPM
#>  labeling       0.4.3   2023-08-29 [1] RSPM
#>  lifecycle      1.0.4   2023-11-07 [1] RSPM
#>  magrittr       2.0.3   2022-03-30 [1] RSPM
#>  pillar         1.10.2  2025-04-05 [1] RSPM
#>  pkgconfig      2.0.3   2019-09-22 [1] RSPM
#>  pkgdown        2.1.3   2025-05-25 [1] RSPM
#>  proxy          0.4-27  2022-06-09 [1] RSPM
#>  purrr          1.0.4   2025-02-05 [1] RSPM
#>  R.cache        0.17.0  2025-05-02 [1] RSPM
#>  R.methodsS3    1.8.2   2022-06-13 [1] RSPM
#>  R.oo           1.27.1  2025-05-02 [1] RSPM
#>  R.utils        2.13.0  2025-02-24 [1] RSPM
#>  R6             2.6.1   2025-02-15 [1] RSPM
#>  ragg           1.4.0   2025-04-10 [1] RSPM
#>  RColorBrewer   1.1-3   2022-04-03 [1] RSPM
#>  Rcpp           1.0.14  2025-01-12 [1] RSPM
#>  rlang          1.1.6   2025-04-11 [1] RSPM
#>  rmarkdown      2.29    2024-11-04 [1] RSPM
#>  sass           0.4.10  2025-04-11 [1] RSPM
#>  scales         1.4.0   2025-04-24 [1] RSPM
#>  sessioninfo  * 1.2.3   2025-02-05 [1] any (@1.2.3)
#>  sf             1.0-21  2025-05-15 [1] RSPM
#>  styler         1.10.3  2024-04-07 [1] RSPM
#>  systemfonts    1.2.3   2025-04-30 [1] RSPM
#>  terra          1.8-54  2025-06-01 [1] RSPM
#>  textshaping    1.0.1   2025-05-01 [1] RSPM
#>  tibble         3.3.0   2025-06-08 [1] RSPM
#>  tidyr          1.3.1   2024-01-24 [1] RSPM
#>  tidyselect     1.2.1   2024-03-11 [1] RSPM
#>  tidyterra    * 0.7.2   2025-06-10 [1] local
#>  units          0.8-7   2025-03-11 [1] RSPM
#>  vctrs          0.6.5   2023-12-01 [1] RSPM
#>  withr          3.0.2   2024-10-28 [1] RSPM
#>  xfun           0.52    2025-04-02 [1] RSPM
#>  yaml           2.3.10  2024-07-26 [1] RSPM
#> 
#>  [1] C:/a/_temp/Library
#>  [2] C:/R/site-library
#>  [3] C:/R/library
#>  * ── Packages attached to the search path.
#> 
#> ──────────────────────────────────────────────────────────────────────────────