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

12번째 줄: 12번째 줄:


==참고==
==참고==
* {{위키백과}}
* https://ggplot2.tidyverse.org/reference/geom_bar.html
* {{위키낱말사전}}
* {{다음사전}}
* {{다음백과}}
* {{네이버사전}}
* {{네이버백과}}
* {{나무위키}}
* {{리브레위키}}


[[분류:   ]]
[[분류: ggplot2]]
[[분류: 2음절 한자어 명사]]

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 }}