Re: [R] creating graphs using Rook

2012-09-18 Thread Jeff Newmiller
FAQ 7.19 http://cran.r-project.org/doc/FAQ/R-FAQ.html --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go... Live:

[R] creating graphs using Rook

2012-09-17 Thread punitha
hi, I m said to display graph in browser using Rook. So i found a code i.e library(Rook) # for web functionality library(ggplot2) # for graphing library(tseries) # used to grab time series from yahoo for stock symbols library(plyr) # data tweaks PIC.DIR = paste(getwd(), 'pic', sep='/')