Skip to content
Snippets Groups Projects
Commit 87464518 authored by Wiebke Torsten's avatar Wiebke Torsten
Browse files

weham Steuerungsdatenvergleich Landeswald

parent 8747d504
Branches sebo/202409
No related tags found
No related merge requests found
......@@ -118,3 +118,4 @@ bwi2022.Rproj
/lfe_bwi/R_bwi/Veraenderungsrechnungen.pdf
/lfe_bwi/R_bwi/Veraenderungsrechnungen.tex
/lfe_bwi/R_bwi/bwi_interpretationsworkshop.pdf
lfe_bwi/R_bwi/quarto_bwi/*
This diff is collapsed.
::: content-hidden
# librarys Farben und Daten
```{r}
library(tidyverse)
library(kableExtra)
library(diffdf)
```
# Datenimport
## Durchforstungsmodelle
```{r}
# Daten laden
durchforstung <- read.csv("Durchforstung.csv", stringsAsFactors = FALSE)
durchforstung
```
:::
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment