R googleVis不会在命令后显示绘图

R googleVis不会在命令后显示绘图,r,googlevis,R,Googlevis,我试图用R中的以下命令创建googleVis可视化绘图: suppressPackageStartupMessages(library(googleVis)); M <- gvisMotionChart(Fruits, "Fruit", "Year", options=list(width=600, height=400)); plot(M); suppresspackatertupmessages(库(googleVis

我试图用R中的以下命令创建googleVis可视化绘图:

suppressPackageStartupMessages(library(googleVis)); 
      M <- gvisMotionChart(Fruits, "Fruit", "Year", options=list(width=600, height=400));
      plot(M);
suppresspackatertupmessages(库(googleVis));
M