forestplot()的plot()和dev.off()错误消息

时间:2018-07-06 15:31:36

标签: r

我已经使用forestplot()制作了一个图形,并尝试将其输出为高分辨率图形,但是它不起作用。该图在R studio图窗口中可以很好地绘制,但是当我尝试使用plot()和dev.off()时,我收到一条错误消息。

不知道为什么。

感谢您的帮助!

setwd("C:/Users/User/Desktop")
ppi <- 300
png("plotfp.png", width=9*ppi, height=9*ppi, res=ppi)
plot(plotfp)
Error in xy.coords(x, y, xlabel, ylabel, log) : 
  'x' is a list, but does not have components 'x' and 'y'
> dev.off() 

0 个答案:

没有答案