"R ggplot2 패키지"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>))
잔글 (봇: Jmnote의 2020-10-09T01:43:49Z 에 작성한 600848 판으로 되돌림)
11번째 줄: 11번째 줄:
library(ggplot2)
library(ggplot2)
ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point()
ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point()
</syntaxhighlight>
</source>
[[File:ggplot2-20190410.png]]
[[File:ggplot2-20190410.png]]



2020년 11월 2일 (월) 00:52 판

1 개요

ggplot2
gg플롯2, gg플랏2
  • R언어용 데이터 시각화 패키지

Ggplot2-logo.png

2 실습

library(ggplot2)
ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point()

Ggplot2-20190410.png

3 같이 보기

4 참고

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