본문 바로가기
R강좌와 통계컨설팅 - 통계편/17. 리눅스와 R(R1)

(R1)제17강(3.1) 리눅스 - R 실행

by 통컨이 2020. 11. 27.
728x90

> R.version

 R version 3.6.3 (2020-02-20)

> getwd()

 "/home/ubuntu/"

 

> iris

> plot(iris)

library()

install.packages("ggplot2")

library(ggplot2)