본문 바로가기
R

[R] R 공부할 때 꼭 봐야 할 책 소개_Cookbook, Cookbook(Graphs), 월스트리트저널 인포그래픽 가이드

by sprimp 2019. 7. 18.

R 기본에 관한 Cookbook

http://www.cookbook-r.com/

 

Cookbook for R

Welcome to the Cookbook for R. The goal of the cookbook is to provide solutions to common tasks and problems in analyzing data. Most of the code in these pages can be copied and pasted into the R command window if you want to see them in action. Basics Num

www.cookbook-r.com

< 책 목차 안내 >

1. 기본 

2. 수 

3. 문자열 

4. 공식

5. 데이터 입력과 출력 

6. 데이터 조작 

7. 통계 분석 

8. 그래프 

9. 스크립트와 함수 

10. 실험용 도구 

 

R 시각화를 위한 실용 레시피 

http://www.cookbook-r.com/Graphs/

 

Graphs

There are many ways of making graphs in R, each with its advantages and disadvantages. The focus here is on the ggplot2 package, which is based on the Grammar of Graphics (by Leland Wilkinson) to describe data graphics. Graphs with ggplot2 Bar and line gra

www.cookbook-r.com

– R의 그래픽 환경 소개
– 막대 그래프, 선 그래프, 산점도 등 다양한 그래프 그리기
– 히스토그램, 밀도 곡선, 도수 다각형 등 데이터 분포 요약
– 그래프에 다양한 형태의 주석 추가하기
– 그래프 각 요소의 텍스트 모양, 색상 등 외형 수정하기
– 그래프를 그리는 데 사용할 데이터 틀 잡기
– ggplot2에 대한 기본 설명

 

 

Dona M.Wong(2010)의 저서를 번역한 「월스트리트저널 인포그래픽 가이드(2014), 인사이트」은 꼭 볼것