简体   繁体   English

从Quantmod包中访问chart_Series()

[英]Getting access to chart_Series () from the quantmod package

The R quantmod package documentation describes both the chartSeries() and chart_Series() functions. RQuantmod软件包文档同时描述了chartSeries()和chart_Series()函数。 But after requiring quantmod, only the chartSeries() function is available. 但是在需要quantmod之后,只有chartSeries()函数可用。 Is there a special way to get access to an R package function besides install.packages() or update.packages()? 除了install.packages()或update.packages()之外,是否还有一种特殊的方法可以访问R包函数?

What version of quantmod are you using? 您正在使用什么版本的Quantmod? chart_Series is exported in quantmod_0.3-14 (on CRAN). chart_Series以quantmod_0.3-14(在CRAN上)导出。 If you're using an earlier version of quantmod, the chart_Series function may not be exported. 如果您使用的是Quantmod的早期版本,则不会导出chart_Series函数。 In that case, you can access it via quantmod:::chart_Series . 在这种情况下,您可以通过quantmod:::chart_Series访问它。


Update: 更新:
I'm not intimately familiar with the differences between 32- and 64-bit R on OSX, but you could try to re-install quantmod using 64-bit R if you initially installed it with 32-bit R. 我对OSX上32位和64位R之间的区别不是很熟悉,但是如果最初使用32位R将其安装,则可以尝试使用64位R重新安装Quantmod。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM