开发者

How to reset par(mfrow) in R

I set par(mfrow =c(1,2)) and now everytime I plot it shows splits it into 2 pl开发者_如何学运维ots. How can I reset this to only show one plot.

Thanks so much.


You can reset the mfrow parameter

par(mfrow=c(1,1))


You can reset the plot by doing this:

dev.off()
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜