RColorBrewer: Package 패키지 설치하기, 패키지 임포트

CODEDRAGON Development/Big Data, R, ...

반응형


 

 

RColorBrewer: Package 패키지 설치하기

> install.packages("RColorBrewer")
Installing package into ‘C:/Users/prons/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
trying URL '
https://cran.rstudio.com/bin/windows/contrib/3.3/RColorBrewer_1.1-2.zip'
Content type 'application/zip' length 26706 bytes (26 KB)
downloaded 26 KB

package RColorBrewer successfully unpacked and MD5 sums checked

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

>

 

 

 

패키지 임포트

> library(RColorBrewer)

>

 

 

반응형