1
當我嘗試將R中的ggplot2圖形轉換爲繪圖時,它會給出以下錯誤消息。這是什麼意思?函數錯誤(type,msg,asError = TRUE)
(R版本,R 3.0.2版(2013年9月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
嗯......上線,你得到的錯誤你是確保安裝工作確定? – 2014-10-27 20:14:59