R ggplot2 패키지

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 00:42 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>))

1 개요

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

Ggplot2-logo.png

2 실습

<source lang='r'> library(ggplot2) ggplot(iris, aes(Petal.Length, Petal.Width, color = Species)) + geom_point() </syntaxhighlight> Ggplot2-20190410.png

3 같이 보기

4 참고

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