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 |
Tags
- super
- garbagecollection
- concreteclass
- constantnumber
- Vector
- Hashtable
- MSA
- hamobee
- object
- 추상클래스
- hashCode
- class
- string
- run()
- 콘크리트클래스
- abstractclass
- 생성자
- override
- value
- eclipse
- Eureka
- methodArea
- 객체형변환
- Polymorphism
- overload
- arguments
- start()
- ALTER
- fuction
- reference
Archives
- Today
- Total
뇌운동일지
R 설치 및 셋팅 본문
R 설치 및 셋팅
R - 통계 프로그램에서 출발 - 시각화 쉬움, 코드 간결 => 많은 인기
지금은 빅데이터, 머신러닝 등에도 많이 사용됨.
1. R 설치 - jdk
다운로드 : https://cran.r-project.org/
The Comprehensive R Archive Network
cran.r-project.org
모두 default에 놓고 설치한다.
2. R studio 설치 - eclipse
다운로드 : https://rstudio.com/products/rstudio/download/
Download RStudio
RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, and a variety of robust tools for plotting, viewing history, debugging and managing
rstudio.com
file로 소스를 저장할 수 있어 편리
설치 시 주의점 : 계정을 한글로 만들면 곤란 ( 경로를 인식하지 못하는 경우가 생김 )
패키지 로드
명령 실행할 때, 실행할 명령 위치에 커서를 놓고 Ctrl + enter
'R' 카테고리의 다른 글
[ R ] 빅데이터 수집 시스템 개발 (0) | 2020.08.03 |
---|---|
[ R ] 빅데이터 분석 결과 시각화 (0) | 2020.08.03 |
Comments