问题
I am not able to get any points when I plot my ggvis
. Please see my code below:
#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:
I am on Windows 10, Rstudio is all up-to-date. I would greatly appreciate your help!
回答1:
https://github.com/rstudio/ggvis/issues/483
A GitHub issue was opened,please consider leaving your issues in that issue board. I believe r studio team is also aware of this issue.
来源:https://stackoverflow.com/questions/62461058/ggvis-is-not-rendering-anything-in-the-viewer-pane-in-rstudio