I am using R to generate a series of plots within a loop, with the user hitting the enter key to indicate they have seen the plot and it is time to move on. These are interacti
plot.lm uses devAskNewPage(TRUE); perhaps that would also work here.
plot.lm
devAskNewPage(TRUE)