【问题标题】:ggvis is not rendering anything in the viewer pane in RStudioggvis 没有在 RStudio 的查看器窗格中呈现任何内容
【发布时间】:2020-10-09 03:56:44
【问题描述】:

当我绘制 ggvis 时,我无法获得任何积分。请参阅下面的代码:

#install.packages("ggvis", dependencies = T)
#install.packages("shiny", dependencies = T)
#install.packages("htmltools", dependencies = T)
#install.packages("tidyverse", dependencies = T)

library(htmltools)
library(shiny)
library(tidyverse)
library(ggvis)

mtcars %>% ggvis(~wt, ~mpg) %>% layer_points()

#then i get the blank image like below:

我在 Windows 10 上,Rstudio 是最新的。非常感谢您的帮助!

【问题讨论】:

    标签: r ggvis


    【解决方案1】:

    https://github.com/rstudio/ggvis/issues/483

    已打开一个 GitHub 问题,请考虑将您的问题留在该问题板上。相信 r studio 团队也意识到了这个问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-13
      • 1970-01-01
      相关资源
      最近更新 更多