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]]
I thing it is par(ask = TRUE) Sent from my iPad On Nov 24, 2011, at 7:28, Jabez Wilson <jabezwuk at yahoo.co.uk> wrote:> 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
2011-Nov-24 13:20 UTC
[R] how to add "waiting for page change" to my script
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/