일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Sqoop
- mybatis
- IntelliJ
- react
- SPC
- Java
- plugin
- Android
- GIT
- SSL
- 공정능력
- R
- 보조정렬
- Express
- SQL
- Eclipse
- es6
- NPM
- vaadin
- JavaScript
- window
- table
- mapreduce
- Kotlin
- hadoop
- MSSQL
- Spring
- Python
- xPlatform
- tomcat
- Today
- Total
DBILITY
R plot 관련 정리 본문
par() 함수로 함수들의 parameter를 설정한다.
mar(bottom, left, top, right) 마진 설정
mgp(축제목여백, 축레이블 여백, 축선) plot 축....
bg 배경색
fg 전경색
colors 내장 칼럼
검색은 colors()[grep("gray",colors())] 형태로 가능함 grep은 익히 알다시피..윤그랩말고..
lty 라인타입
lwd 라인 폭
col 색상
cex 글자 확장 비율
plot pch symbols
pch = 0,square
pch = 1,circle
pch = 2,triangle point up
pch = 3,plus
pch = 4,cross
pch = 5,diamond
pch = 6,triangle point down
pch = 7,square cross
pch = 8,star
pch = 9,diamond plus
pch = 10,circle plus
pch = 11,triangles up and down
pch = 12,square plus
pch = 13,circle cross
pch = 14,square and triangle down
pch = 15, filled square
pch = 16, filled circle
pch = 17, filled triangle point-up
pch = 18, filled diamond
pch = 19, solid circle
pch = 20,bullet (smaller circle)
pch = 21, filled circle blue
pch = 22, filled square blue
pch = 23, filled diamond blue
pch = 24, filled triangle point-up blue
pch = 25, filled triangle point down blue
특수문자 표시 시
title(bquote(paste("I"," - ",bar(MR)," ","관리도")),font=5,line=1)
'statistics > R' 카테고리의 다른 글
R font install ( 폰트 설치 ) (0) | 2018.12.03 |
---|---|
R csv 에서 readTableHeader에 의하여 발견된 완성되지 않은 마지막 라인입니다 (0) | 2018.12.03 |
R bar chart (0) | 2018.12.01 |
R pie chart (0) | 2018.11.30 |
R plyr package (0) | 2018.11.30 |