Pause between plots

From Augix' Wiki

Jump to: navigation, search

The standard way to pause between plots is to set 'par(ask = TRUE)' before your first plot, which will then prompt you to continue after each new plot. See ?par for more information.

par(ask = TRUE)
Personal tools