Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- IntelliJ
- JavaScript
- Express
- hadoop
- SSL
- vaadin
- xPlatform
- Python
- mybatis
- table
- react
- GIT
- 보조정렬
- tomcat
- Sqoop
- Java
- MSSQL
- NPM
- es6
- window
- Android
- mapreduce
- SQL
- 공정능력
- Kotlin
- SPC
- Eclipse
- Spring
- R
- plugin
Archives
- Today
- Total
반응형
목록2018/12/01 (2)
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 cros..
statistics/R
2018. 12. 1. 18:04
barplot() 함수를 사용한다. 세로 막대 > rm(list=ls()) > # DBILITY 부서별 매출액 > library(graphics) > > amount dept bp text(x=bp, y=amount, labels = round(amount), pos = 3) 가로 막대 > bp text(x=amount, y=bp, labels = round(amount), pos = 4)
statistics/R
2018. 12. 1. 07:13
반응형