对于绘图和传单可视化,Rstudio 查看器窗格不起作用?

时间:2021-06-28 19:02:42

标签: r ggplot2 rstudio

我正在使用最新版本的 rstudio,我编写了以下代码:

library(tidyverse)
library(plotly)
data("BOD")
head(BOD)
ggplotly(ggplot(BOD, aes(x = Time, y = demand)) + 
           geom_point())

和我的 rstudio 查看器选项卡显示的不是任何情节图!!!

/session/viewhtml17e429a6510a/index.html?viewer_pane=1&capabilities=1&host=http%3A%2F%2F127.0.0.1%3A12450 not found

我到处搜索,但没有得到任何东西,如果你能帮助我,我将非常感激。

0 个答案:

没有答案