ggplot2 bar chart 01
Автор: Emiliano Pini
Загружено: 27 авг. 2020 г.
Просмотров: 70 просмотров
ggplot2 :: geom_bar() makes the height of the bar proportional to the number of cases in each group.
code:
library(tidyverse)
iris pipe operator
ggplot(aes(x= Species,
fill = Species)) +
geom_bar() +
labs(title = “number of Species",
x = NULL,
y= NULL) +
guides(fill = FALSE)
reference:
https://ggplot2.tidyverse.org/referen...
r , r-studio

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: