标签: r google-visualization googlevis
我正在尝试使用googleVis程序包绘制示例交互式图,但是在R中,它没有检索交互式图,甚至没有显示任何数据。
googleVis
我的代码:
library(googleVis) data("Fruits") mychart<-gvisMotionChart(Fruits,idvar = "Fruit","Year") plot(mychart)
我的操作系统:Ubuntu 18.04