ggplot2对象上的ggplotly函数使R&RStudio崩溃

时间:2019-01-25 10:40:15

标签: r rstudio plotly

在ggplot2对象上对ggplotly()的简单调用会使RStudio崩溃。简单的代码从下面开始。

library(plotly)
library(tidyverse)

iris.ggplot <- ggplot(data = iris,
                      aes(x = Sepal.Length, y = Sepal.Width, color = Species)) +
  geom_point()

print(iris.ggplot)

ggplotly(iris.ggplot)

Screen Short of the Error message

0 个答案:

没有答案