Thanks, Enrico, that will do nicely.
 
Jab

--- On Thu, 24/11/11, Enrico Schumann <enricoschum...@yahoo.de> wrote:


From: Enrico Schumann <enricoschum...@yahoo.de>
Subject: Re: [R] how to add "waiting for page change" to my script
To: "Jabez Wilson" <jabez...@yahoo.co.uk>
Cc: "R-Help" <r-h...@stat.math.ethz.ch>
Date: Thursday, 24 November, 2011, 13:20


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@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/

        [[alternative HTML version deleted]]

______________________________________________
R-help@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.

Reply via email to