R 언어 공통 명령 세트

1857 단어 프로그램 개발
1. Window+Rstudio 업데이트 R 버전
  installR :    library(installr)
      : updateR()

2. R 언어 프로그램 실행 중단
Ctrl+C

3. Rstudio에서 Github에 설치된 가방
1)   “devtools”:install.packages("devtools")
 (2)  github   :install_github("*****")

4. 실례 프로그램 보기
demo(),      ,  demo(graphical),

5. 도움말 받기
help.start()help

6、workspace
1、         :getwd()
2、          :setwd("mydir")
3、    workspace   :ls()
4、  R:q()
5、    workspace:load("myfile")

7. 입력과 출력
1、      :source("filename")
2、        filename:sink("filename")
3、    :pdf("filename.pdf")png("filename.png")、、、
4、       :dev.off

좋은 웹페이지 즐겨찾기