开发者

How to reset par(mfrow) in R

开发者 https://www.devze.com 2023-04-06 22:06 出处:网络
I set par(mfrow =c(1,2)) and now everytime I plot it shows splits it into 2 pl开发者_如何学运维ots.

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

精彩评论

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

关注公众号