전산통계학 11주차 강의 - GGplot2

코딩 공부/R-전산 통계학 2020. 1. 15. 22:20
반응형

GGPLOT2

GGplot2 는 필자의 글을 보는 것 보다는 다음 밑의 홈페이지를 들어가서 직접 짧은 튜토리얼부터 튜토리얼 3까지 직접 해보자

http://r-statistics.co/ggplot2-Tutorial-With-R.html

 

How to make any plot in ggplot2? | ggplot2 Tutorial

How to make any plot in ggplot2? ggplot2 is the most elegant and aesthetically pleasing graphics framework available in R. It has a nicely planned structure to it. This tutorial focusses on exposing this underlying structure you can use to make any ggplot.

r-statistics.co

 


<첨언>

ggplot2 에서는 명령어를 누적시켜가면서 입력하는 것이 아니라, '+'로 첨부해가면서 입력해야 해요...

위의 사진을 보면 알 수 있듯이, 명령어를 '+'를 이용해서 입력하고 있음을 알 수 있습니다

TAG