Using version.string R version 2.11.0 (2010-04-22)
quantmod "0.3-17"
Windows XP
When using the chartSeries
function in quantmod
with type="line"
the line color that is displayed on the chart is green. I would like to change the color from green to another color.
It looks like i can change the chartTheme
, but the theme does not explicitly have a variable to change the color of the plot display for lines.
I can change the line display color when using the plot()
function - So is it possible to change the display of line plots to a different color using chartSeries()
in quantmod
?