Reset par to the default values at startup

前端 未结 6 1100
情书的邮戳
情书的邮戳 2020-12-02 07:52

Normally when I make my own plot functions, I make a construct :

op <- par(\"mypar\"=myvalue)
on.exit(par(op))

which is the standard way

6条回答
提交回复
热议问题