rattle 설치 및 실행
> install.packages("rattle")
Installing package into ‘C:/Users/fukaeri/Documents/R/win-library/3.1’
(as ‘lib’ is unspecified)
trying URL 'http://cran.nexr.com/bin/windows/contrib/3.1/rattle_3.3.0.zip'
Content type 'application/zip' length 3211032 bytes (3.1 Mb)
opened URL
downloaded 3.1 Mb
package ‘rattle’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\fukaeri\AppData\Local\Temp\RtmpW2Kcx4\downloaded_packages
> library(rattle)
Rattle: A free graphical interface for data mining with R.
Version 3.3.0 Copyright (c) 2006-2014 Togaware Pty Ltd.
Type 'rattle()' to shake, rattle, and roll your data.
> rattle()
(rsession.exe:39924): Pango-WARNING **: couldn't load font "���� ���� Not-Rotated 9", falling back to "Sans Not-Rotated 9", expect ugly output.
(rsession.exe:39924): Pango-WARNING **: couldn't load font "���� ���� Bold Not-Rotated 9", falling back to "Sans Bold Not-Rotated 9", expect ugly output.
(rsession.exe:39924): Pango-WARNING **: couldn't load font "���� ���� 9", falling back to "Sans 9", expect ugly output.
(rsession.exe:39924): Pango-WARNING **: couldn't load font "���� ���� Italic Not-Rotated 9", falling back to "Sans Italic Not-Rotated 9", expect ugly output.
(rsession.exe:39924): Pango-WARNING **: couldn't load font "���� ���� Italic 9", falling back to "Sans Italic 9", expect ugly output.
>
rattle 인터페이스
아래와 같이 분석 대상 파일 선택하고 실행 (F2)
'프로그래밍 Programming' 카테고리의 다른 글
Data Preparation (2) - Table Data Frame (tbl_df) (0) | 2014.11.28 |
---|---|
Data Preparation (1) - Load (Dataset, Generic Variables) (0) | 2014.11.28 |
16. 워드 클라우드 Word Clouds - 옵션 (0) | 2014.11.27 |
15. 워드 클라우드 Word Clouds (0) | 2014.11.26 |
14. 워드 출현빈도 그래프로 나타내기 Plotting Word Frequencies (0) | 2014.11.26 |