【发布时间】:2011-09-06 21:05:31
【问题描述】:
这似乎应该很明显,但我尝试过substitute、bquote、expression、paste 和cat,结果相似(失败)。
require(quantmod)
getSymbols("SAM")
thing = "SAM"
plot(SAM) #this works fine
plot(thing) #this does not
在xts(thing) 中包含thing 等也不起作用。
【问题讨论】:
标签: r