ggthemes 패키지 설치하기, ggthemes 패키지 임포트

CODEDRAGON Development/Big Data, R, ...

반응형


 

ggthemes 패키지 설치하기

> install.packages(c("ggthemes"))
Installing package into ‘C:/Users/codedragon/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
trying URL '
https://cran.rstudio.com/bin/windows/contrib/3.4/ggthemes_3.4.0.zip'
Content type 'application/zip' length 910145 bytes (888 KB)
downloaded 888 KB

package ggthemes successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Public\Documents\ESTsoft\CreatorTemp\Rtmpqo3X3j\downloaded_packages

>

 

 



ggthemes 패키지 임포트

> library("ggthemes")

>

 

 

반응형