(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
(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.
(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
(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.
(4) Mind for Visualization (in Korean)
This link is about the basic mindset in visualizing data.
https://velog.io/@2innnnn0/dataanalysisdoubttodelivery
'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 |