You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- possibly after this chapter, we could add two or three chapters where one map is created step-by-step with the decision made explained (from the visual, not code point of view) -->
<!-- placeholder for maps to show somewhere: -->
```{r}
#| echo: false
#| eval: false
library(terra)
slo_elev = rast("data/slovenia/slo_elev.tif")
slo_terrain = terra::terrain(slo_elev, c("slope", "aspect"), unit = "radians")