반응형
R markdown Slidy 에 rCharts 결과 그래프 넣기
환경 : winodows 7 32bit, R 3.1.1, RStudio v0.98.1081
참고 : https://gist.github.com/ramnathv/1fcf50751e461b9192ac
다음과 같은 양식으로 R markdon 에 입력하면 된다.
-- 즉, 결과물을 html 파일로 저장하고, iframe 에서 불러오는 형식으로 하면 성공!
``` {r} require(rCharts) r2 <- rPlot(mpg ~ wt, data = mtcars, type = 'point') r2$save('test.html', cdn = TRUE) ```
반응형
'기타' 카테고리의 다른 글
tistory 에서 mathjax 사용하기 (0) | 2015.01.05 |
---|---|
windows 에서 elasticsearch 설치하기 (0) | 2015.01.02 |
git 설치 및 사용하기 (0) | 2014.12.12 |
R markdown 사용법 (0) | 2014.12.05 |
R -- rCharts 설치 실행하기 (0) | 2014.10.25 |