powered by
Tiny little function wrapper, mostly used for looping or when several plots are output by a single function. Waits for user keystroke to move on to next image or exit.
pause()
# NOT RUN { for (i in c(1:5)) { print(i) if (i < 5) { colordistance:::pause() } } # }
Run the code above in your browser using DataLab