我正在使用Rstudio版本1.0.136。我试图绘制一些数据,当我执行代码时,没有任何内容显示在“情节”中。窗格和' Plots'下拉菜单显示为灰色。有什么建议吗?
编辑:
> dev.off()
null device
1
> dev.cur()
null device
1
我尝试重新启动R然后运行此代码并收到此错误消息:
> library(ggplot2);qplot(mpg, hp, data = mtcars)
Warning message:
R graphics engine version 12 is not supported by this version of RStudio. The Plots tab will be disabled until a newer version of RStudio is installed.