功能ggplotfrom包GGPLOT2提供了以下錯誤:GGPLOT2錯誤initFields
Error in initFields(scales = scales) :
cannot find function "initRefFields"
經歷了其他名單,發現更新GGPLOT2或R到v.14.2將使其工作,但是我做了兩個,並仍然不起作用。任何提示?有會話信息: 謝謝!
> sessionInfo()
R version 2.14.2 (2012-02-29)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 LC_MONETARY=Spanish_Spain.1252
[4] LC_NUMERIC=C LC_TIME=Spanish_Spain.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] plyr_1.7.1 ggplot2_0.9.0
loaded via a namespace (and not attached):
[1] colorspace_1.1-1 dichromat_1.2-4 digest_0.5.2 grid_2.14.0 MASS_7.3-16
[6] memoise_0.1 munsell_0.3 proto_0.3-9.2 RColorBrewer_1.0-5 reshape2_1.2.1
[11] scales_0.2.0 stringr_0.6 tools_2.14.0
有點長,但你有沒有嘗試過顯式加載比例,'庫(尺度)'?除此之外,如果您提供了一個可重現的示例(可能使用內置數據集之一,如mtcars)來生成錯誤,這可能會有所幫助? – joran 2012-03-25 20:21:00
我在OSX上有相同的問題,R版本2.14.0。除了我的語言環境,幾乎相同的sessionInfo是en_US。顯式加載比例。只要調用沒有參數的'ggplot'就會產生錯誤,與特定的數據集無關。 – 2012-04-02 13:50:16
@JohnMcDonnell 2.14.0出現這個錯誤是一個已知的錯誤;你需要2.14.1或更高。 – 2012-05-03 04:34:02