Hi, First, I do some calculation, then a plot. Add some lines and texts to the plot. Second, do some further calculation, then a plot. Add again some lines and texts to the plot. Third, do some further calculation, then.... Fourth, ..... After a plot is complete (means the plot itself, lines and texts) I would like to click 'enter' to see the next complete plot (again the plot itself, lines and texts) and so on. par(ask=TRUE) and devAskNewPage(ask=TRUE) is not working, unfortunately? Any Ideas? Regards -- View this message in context: http://www.nabble.com/par%28ask%3DTRUE%29-and-devAskNewPage%28ask%3DTRUE%29-not-working-tp20718320p20718320.html Sent from the R help mailing list archive at Nabble.com.
David Winsemius
2008-Nov-27 15:05 UTC
[R] par(ask=TRUE) and devAskNewPage(ask=TRUE) not working
Have you looked at the TeachingDemos package? -- David Winsemius On Nov 27, 2008, at 7:18 AM, mentor_ wrote:> > Hi, > > First, I do some calculation, then a plot. Add some lines and texts > to the > plot. > Second, do some further calculation, then a plot. Add again some > lines and > texts to the plot. > Third, do some further calculation, then.... > Fourth, ..... > > After a plot is complete (means the plot itself, lines and texts) I > would > like to click 'enter' to see > the next complete plot (again the plot itself, lines and texts) and > so on. > > par(ask=TRUE) and devAskNewPage(ask=TRUE) is not working, > unfortunately? > Any Ideas? > > Regards > > -- > View this message in context: http://www.nabble.com/par%28ask%3DTRUE%29-and-devAskNewPage%28ask%3DTRUE%29-not-working-tp20718320p20718320.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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.