"R ggplot2 막대그래프 geom bar()"의 두 판 사이의 차이

14번째 줄: 14번째 줄:
* https://ggplot2.tidyverse.org/reference/geom_bar.html
* https://ggplot2.tidyverse.org/reference/geom_bar.html


[[분류: ggplot2]]
[[분류: R ggplot2]]

2021년 3월 30일 (화) 23:40 판

1 개요

R ggplot2 막대그래프
library(ggplot2)
g <- ggplot(mpg, aes(class))
g + geom_bar()

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}