On Mon, 2012-03-26 at 13:59 +0100, Golam Sakline wrote: > Hi, > > Can someone quickly help me with few lines of code or point me to a site that > shows how to merge a numeric class object column with time column of > getSymbol object and plot it in quantmod chartSeries. > Much appreciated.
A little more specificity might have helped... getSymbols("IBM") IBM$Random<-rnorm(nrow(IBM)) chart_Series(IBM) add_Vo() add_TA(IBM$Random) -- Brian G. Peterson http://braverock.com/brian/ Ph: 773-459-4973 IM: bgpbraverock _______________________________________________ R-SIG-Finance@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.