[R-SIG-Finance] Numeric to timeSeries help
Brian G. Peterson
brian at braverock.com
Mon Mar 26 15:12:58 CEST 2012
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
More information about the R-SIG-Finance
mailing list