powered by
Reset par() after running
with_par(..., ops = NULL)
Invisibly, the result of ...
...
Code to be evaluated
A named list to be passed to graphics::par()
graphics::par()
with_par( plot(lm(Sepal.Length ~ Sepal.Width, data = iris)), plot(lm(Petal.Length ~ Petal.Width, data = iris)), ops = list(mfrow = c(2, 4)) )
Run the code above in your browser using DataLab