Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试googleVis在 R Presenter 演示文稿中嵌入动态图表,但无法让图表显示在演示文稿中,尽管此代码在 R 命令行中确实有效。
googleVis
```{r, echo=FALSE} library(googleVis) data(Fruits) M <- gvisMotionChart(Fruits, idvar="Fruit", timevar="Year") plot(M) ```
R Presenter 幻灯片中的页面上没有显示任何内容。