Skip to content

Commit

Permalink
Fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Grenié committed Feb 20, 2024
1 parent 7b97ab9 commit e01aaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/funbiogeo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"))
Expand Down

0 comments on commit e01aaf6

Please sign in to comment.