June 2007
Beginner to intermediate
950 pages
27h 8m
English
To stop multiple graphs whizzing by, use
par(ask=TRUE)
then each graph will stay on the screen until you press the Enter key. You can pause execution to mimic a slide show effect. You need to specify the number of seconds delay that you want between each action, using the Sys.sleep function (see p. 102).
Read now
Unlock full access