[R] Theme white bands blue and grey or other color

Giorgio Garziano giorgio.garziano at ericsson.com
Wed Sep 30 15:58:32 CEST 2015


  library(quantmod)
  getSymbols("YHOO")

  chartSeries(YHOO, theme="white")

  b1 <- addBBands(50,2)
  b1 at params$colors$bg.col="#FFFFFF"
  b1

  b2 <- addBBands(100,2)
  b2 at params$colors$bg.col="#FFFFFF"
  b2


	[[alternative HTML version deleted]]



More information about the R-help mailing list