From e01aaf6c7d9ff9186190b3e8dfc8b1465ac2bfd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Greni=C3=A9?= Date: Tue, 20 Feb 2024 10:42:44 +0100 Subject: [PATCH] Fix #104 --- vignettes/funbiogeo.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/funbiogeo.Rmd b/vignettes/funbiogeo.Rmd index 19976ecd..0b202b9f 100644 --- a/vignettes/funbiogeo.Rmd +++ b/vignettes/funbiogeo.Rmd @@ -400,7 +400,7 @@ tavg <- terra::rast(tavg) fb_map_raster(tavg) + scale_fill_distiller("Temperature", palette = "Spectral") + theme(legend.position = "bottom") + - ggtitle("Mean annual temperature in Pennsylvania") + ggtitle("Mean annual temperature in Europe") ``` We can also combine that with the annual precipitation information available @@ -426,7 +426,7 @@ map_precipitation <- fb_map_raster(prec) + # Plot composition ------------------------------------------------------------- (map_temperature / map_precipitation) + - plot_annotation(title = "Pennsylvania", + plot_annotation(title = "Europe", theme = theme(plot.title = element_text(face = "bold"))) & theme_classic() & theme(text = element_text(family = "mono"))