fix repair

This commit is contained in:
2021-07-28 21:22:28 +02:00
parent d42a039b31
commit ac8e55e58a
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -57,3 +57,4 @@ left_join(reden, redner, by=c("redner" = "id")) %>%
ggplot(aes(x = fraktion, y = n)) +
geom_bar(stat = "identity")
```