[R] how to add "waiting for page change" to my script

Enrico Schumann enricoschumann at yahoo.de
Thu Nov 24 14:20:36 CET 2011


see ?devAskNewPage

plot(1:10, col = "green", pch = 19)
devAskNewPage(ask = TRUE)
plot(1:10, col = "blue", pch = 19)



Am 24.11.2011 13:28, schrieb Jabez Wilson:
> I'd like to "step" through 24 histograms by using the return or click button option, as shown in the demo(graphics) demonstration. I've searched for "interactive graphics", and "waiting for page change" in R documentation but with no result. I'm sure that this is a relatively straightforward procedure. Can anyone point me to the correct solution?
>> Jabez
> 	[[alternative HTML version deleted]]
>
>
>
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.

-- 
Enrico Schumann
Lucerne, Switzerland
http://nmof.net/



More information about the R-help mailing list