SophieBlatter / Project_Daniel_Sophie

Semesterproject on movement data for the Pattern and Trends module 2024
0 stars 1 forks source link

load libraries in index.qmd #9

Open ratnanil opened 4 months ago

ratnanil commented 4 months ago

If you use tmap in index.qmd, you need to load the library first:

```{r}
#| fig-cap: "Dieser Plot zeigt alle 165 Runs an von 2016 - 2018 in der Schweiz"
#| label: Plot1
library(tmap)
tm_shape(filtered_data)  +tm_dots()