Technology knowledge has to be shared and made accessible for free. Join the movement.
We focus on two R graphics packages: graphics and ggplot2. To install the latter and to bring it to scope, type the following commands:
install.packages("ggplot2") library(ggplot2)