You might actually want to partition the window instead so you can have mutuple plots in the same window if you are comparing them:
The following will create 3 horizontal partitions:
par(mfrow = c(3,1))
So with 3 plots it will look like the following in a single Window: