Tuesday, 6 January 2015

How to install new Package in R Lang

How to install new package in R lang

Type the following command under R prompt to install new package. In my case I wanted to install ggplot2 package.

> install.packages("ggplot2")

No comments:

Post a Comment