gpt4 book ai didi

r - 神秘的 R ggplot 错误 - list2env(成员,envir = e)中的错误

转载 作者:行者123 更新时间:2023-12-04 07:35:32 29 4
gpt4 key购买 nike

我在使用一个简单的 ggplot 命令时遇到了一个意外错误,我已经用尽了所有的网络搜索来找到类似的问题。

qplot(hp,mpg,data=mtcars)

Error in list2env(members, envir = e) :
names(x) must be a character vector of the same length as x

使用 ggplot 时同样适用...
ggplot(mtcars, aes(hp,mpg)) + geom_point()
Error in list2env(members, envir = e) :
names(x) must be a character vector of the same length as x

尽管我在一段时间后使用了 ggplot,但我过去从未遇到过这个问题。

我正在运行 R 3.1.1 ,任何帮助将不胜感激!

更新: session 信息
sessionInfo()
R version 3.1.1 (2014-07-10)
Platform: i386-w64-mingw32/i386 (32-bit)

locale:
[1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252
LC_MONETARY=English_Australia.1252 LC_NUMERIC=C
LC_TIME=English_Australia.1252


attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] ggplot2_2.0.0

loaded via a namespace (and not attached):
[1] digest_0.6.8 htmltools_0.2.6 httpuv_1.3.3 jsonlite_0.9.19 mime_0.4
R6_2.1.1 Rcpp_0.12.2 tools_3.1.1 xtable_1.8-0

干杯

最佳答案

当我将 R 更新到 3.2.3 时它有效

这需要一些管理请求(工作机器),但现在都已排序。

sessionInfo()

R version 3.2.3 (2015-12-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

locale:
[1] LC_COLLATE=English_Australia.1252 LC_CTYPE=English_Australia.1252
LC_MONETARY=English_Australia.1252
[4] LC_NUMERIC=C LC_TIME=English_Australia.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] ggplot2_2.0.0

loaded via a namespace (and not attached):
[1] labeling_0.3 colorspace_1.2-6 scales_0.3.0 plyr_1.8.3
tools_3.2.3 gtable_0.1.2 Rcpp_0.12.2 grid_3.2.3
[9] munsell_0.4.2

关于r - 神秘的 R ggplot 错误 - list2env(成员,envir = e)中的错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34406410/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com