본문 바로가기

[R] Useful Links for ggplot2

R Programming/Data Visualization by Mandarim_ 2023. 9. 23.

 

(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.

 

https://ggplot2-book.org/

 

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.

 

https://wikidocs.net/33957

 

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

 

반응형