[R] Hide Legend

Giorgio Garziano giorgio.garziano at ericsson.com
Mon Sep 28 19:59:35 CEST 2015


library(quantmod)



getSymbols("YHOO")

chartSeries(YHOO, theme="white", type='line')

chartSeries(YHOO, theme="white", type='line', TA=NULL)

chartSeries(Cl(YHOO), theme="white", type='line')

chartSeries(YHOO, theme="white", type='line', name="")


chartSeries(YHOO, type='line', theme='white')

b <- BBands(HLC(YHOO))
addTa(b, legend=NULL)

--

Giorgio Garziano



	[[alternative HTML version deleted]]



More information about the R-help mailing list