joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
798 stars 219 forks source link

partial argument matching #339

Closed ethanbsmith closed 2 years ago

ethanbsmith commented 2 years ago

y.inter= should be y.intersp= in call to legend() https://github.com/joshuaulrich/quantmod/search?q=y.inter

joshuaulrich commented 2 years ago

Fixed, thanks!

ethanbsmith commented 2 years ago

MRE:

options(warnPartialMatchArgs = TRUE)
z <- getSymbols("SPY", auto.assign = F, src ="yahoo")
chartSeries(z)
addTA(Cl(z))