lektion 1
This commit is contained in:
@@ -192,7 +192,7 @@ bike %>% select(member) %>% summary()
|
|||||||
|
|
||||||
ggplot(bike) +
|
ggplot(bike) +
|
||||||
aes(x = season, y = total) +
|
aes(x = season, y = total) +
|
||||||
geom_col(fill = "#112446") +
|
geom_boxplot(fill = "#112446") +
|
||||||
theme_minimal()
|
theme_minimal()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user