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

CODEDRAGON Development/Big Data, R, ...

반응형


 

 

plotrix 패키지 설치하기

install.packages("plotrix")

 

> install.packages("plotrix")
Installing package into ‘C:/Users/codedragon/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
trying URL '
https://cran.rstudio.com/bin/windows/contrib/3.3/plotrix_3.7.zip'
Content type 'application/zip' length 696604 bytes (680 KB)
downloaded 680 KB

package plotrix successfully unpacked and MD5 sums checked

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

>

 

 

 

plotrix 패키지 임포트

library(plotrix)

 

> library(plotrix)

>

 

 

반응형