R becomes popular in statistics and data visualisation. This is not a compound summary or review, rather than a collection of my picks
to install R package to your local dir
R CMD INSTALL ctv.tar.gz -l $HOME/myRdir
Plot a matrix:
ImagePlot(g[1:836, 1:836], zlim=c(0, .99),title=c(“GNRM, BB”))
lattice is nice graphic tool there is a very tutorial on lattice
http://www.r-bloggers.com/search/ggplot%20background%20grid%20colour
Advertisements