lektion 1

This commit is contained in:
Victor Andersson
2025-11-04 10:03:08 +01:00
parent c3b56d463f
commit 7fcb665df7

View File

@@ -192,7 +192,7 @@ bike %>% select(member) %>% summary()
ggplot(bike) +
aes(x = season, y = total) +
geom_col(fill = "#112446") +
geom_boxplot(fill = "#112446") +
theme_minimal()
```