(1) Best Example
This link covers more than 80% of examples that will typically be visualized with ggplot2.
This link provides quick example of how you can visualize your data in ggplot2.
If you were not familiar in ggplot2, you can easily follow up this code.
Explanations on R code are written in Korean.
https://rpubs.com/kimwoohyung/ggplot2
RPubs - ggplot2 활용하기 R 코드 정리
rpubs.com
(2-1) Online Book for ggplot2 (in Enlgish)
This book accounts for some details on the basics of ggplot2.
It focuses on explaining the Grammar of Graphics.
The author (Hadley Wickham) developed ggplot2 package.
ggplot2: Elegant Graphics for Data Analysis (3e)
Welcome This is the on-line version of work-in-progress 3rd edition of “ggplot2: elegant graphics for data analysis” published by Springer. You can learn what’s changed from the 2nd edition in the Preface. While this book gives some details on the ba
ggplot2-book.org
(3-1) Online Book for ggplot2 (in Korean)
It provides various examples with kind explination for ggplot's options in Korean.
https://kilhwan.github.io/rprogramming/ch-visualization.html#sec:getStarted-ggplot2
Chapter 8 ggplot2를 이용한 데이터 시각화 | R 프로그래밍 (개정판)
이 장에서는 ggplot2를 이용하여 데이터를 시각화하는 방법을 배운다. ggplot2 패키지는 tidyverse 패키지를 설치하였으면 자동으로 설치된다. 그리고 tidyverse 패키지를 적재하면 ggplot2 패키지도 자동
kilhwan.github.io
(3-2) Online Book for ggplot2 (in Korean)
This link is written for R begginer.
gggplot2 for writing paper section in "Must Learning with R" includes R code of data preprocessing to visualize with ggplot2.
3. 논문 작성에 필요한 R ggplot2 시각화
이번 장에서는 R ggplot2에 대해 조금 더 심도 있게 다루도록 합니다 --- 1. ggplot2 기본 2. ggplot2 활용 3. ggplot2 중복 활용 4. 모델링…
wikidocs.net
(4) Mind for Visualization (in Korean)
This link is about the basic mindset in visualizing data.
https://velog.io/@2innnnn0/dataanalysisdoubttodelivery
[데이터분석, 의심에서 전달까지] (에너지기술연구원 이제현) - 내용 요약
https://youtu.be/T4jtifT8sJw 를 보고 정리한 내용입니다.
velog.io
'R Programming > Data Visualization' 카테고리의 다른 글
[R] ggplot2 테마 적용으로 쉽게 그래프 꾸미기 (1) | 2023.11.02 |
---|---|
[R] ggplot 수직선, 수평선 그리기: vline, hline (0) | 2023.10.11 |
[R] 이중 축 그래프 그리기: ggplot2, sec_axis 생성 (0) | 2023.10.08 |
[R] for 문으로 그래프 생성: ggplot2, for, assign, paste (0) | 2022.08.07 |
[R] 여러 그래프 한 번에 나타내기 1: ggplot2, gridExtra (0) | 2022.07.24 |