函数错误(类型、msg、asError = TRUE)

Posted

技术标签:

【中文标题】函数错误(类型、msg、asError = TRUE)【英文标题】:Error in function (type, msg, asError = TRUE) 【发布时间】:2014-12-23 00:27:41 【问题描述】:

当我尝试将 R 中的 ggplot2 图形转换为 plotly 时,它会给出以下错误消息。这是什么意思?

(R版:R版3.0.2(2013-09-25)

“函数错误(类型,msg,asError = TRUE):

这里是完整的代码:

library(ggplot2)
flowers<-ggplot(iris, aes(x=Sepal.Length, y=Petal.Length)) + geom_point(col="blue")
library(plotly)

set_credentials_file("MyUsername", "Mykey") ## i left out my logins
py <- plotly()
r<-py$ggplotly(flowers)
r$response$url

【问题讨论】:

嗯...你在哪一行得到错误?您确定安装正常吗? 【参考方案1】:

这是我从 Plotly 的人那里得到的解决方案

“如您所知,许多新闻来源和 OpenSSL 团队在 10 月 14 日报道称,第 3 版安全套接字层 (SSLv3) 在协议级别存在漏洞。

在 Plotly,我们禁用了 SSLv3 并升级到了传输层服务 (TLS)。这需要我们的 R 和 ggplot2 用户更新他们的 Plotly R 库。要升级,请在 R 控制台中运行以下命令:

library(devtools)  
install_github("ropensci/plotly")

"

【讨论】:

以上是关于函数错误(类型、msg、asError = TRUE)的主要内容,如果未能解决你的问题,请参考以下文章

用 R 巧妙地安装

ASError:Android Gradle plugin requires Java 11

ajax中success函数的msg返回是啥类型啊?

实例化记录中的 Svg msg 元素列表时出现奇怪的榆树类型错误

检查 msg.sender 是不是是特定类型的合约

Postgresql 字符串连接:错误:“msg”处或附近的语法错误