I have just started to learn R on linux in an X-terminal "command line" environment at the R prompt ">". When I try to run a demo it just races through all the steps and graphics leaving me with only the last few commands and results in the terminal window and a window with the last graphic. Is there a way to step through the demo command-by-command graphic-by-graphic, or, if not, how should I make use of (i.e. run) the demo? Thanks for any help
How to step through a demo
4 messages · Ron Burns, Brian Ripley, Spencer Graves +1 more
See ?devAskNewPage
On Mon, 29 Dec 2008, Ron Burns wrote:
I have just started to learn R on linux in an X-terminal "command line" environment at the R prompt ">". When I try to run a demo it just races through all the steps and graphics leaving me with only the last few commands and results in the terminal window and a window with the last graphic. Is there a way to step through the demo command-by-command graphic-by-graphic, or, if not, how should I make use of (i.e. run) the demo? Thanks for any help
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Dear Prof. Ripley:
Thanks for this.
What would need to happen to get this added to "see also" in the
"demo" help page?
Thanks again,
Spencer Graves
Prof Brian Ripley wrote:
See ?devAskNewPage On Mon, 29 Dec 2008, Ron Burns wrote:
I have just started to learn R on linux in an X-terminal "command line" environment at the R prompt ">". When I try to run a demo it just races through all the steps and graphics leaving me with only the last few commands and results in the terminal window and a window with the last graphic. Is there a way to step through the demo command-by-command graphic-by-graphic, or, if not, how should I make use of (i.e. run) the demo? Thanks for any help
On 29/12/2008 5:13 PM, Spencer Graves wrote:
Dear Prof. Ripley:
Thanks for this.
What would need to happen to get this added to "see also" in the
"demo" help page?
You need to convince a member of the R core team to add it. Doing that is easiest if you do all the work: figure out which files need modifying, and write reasonable modifications. (For "reasonable", I mean something that explains to a reader why s/he would want to follow the link.) Part of the work in making a change like this is thinking about where to make it: it doesn't make much sense to me to add it just to the ?demo page but not the ?example page, for instance. Should it go somewhere else too? The format of what you should post is less clear: some core members like patch files, I prefer an explanation of what to change. Where to post is generally fairly easy to guess: follow up on a thread like this, and if you don't get a response and the change doesn't get made, post the suggestion in its own thread on R-devel. And if you do get a negative response, don't worry about it too much: your posting on the public mailing list will be part of the documentation that RSiteSearch() will find, so you will have added value anyway. (This message is neither a positive nor a negative response to the actual suggestion: I think I'd be happy to make this addition if you do the work, but I probably won't get around to doing the work if you don't.) Duncan Murdoch
Thanks again,
Spencer Graves
Prof Brian Ripley wrote:
See ?devAskNewPage On Mon, 29 Dec 2008, Ron Burns wrote:
I have just started to learn R on linux in an X-terminal "command line" environment at the R prompt ">". When I try to run a demo it just races through all the steps and graphics leaving me with only the last few commands and results in the terminal window and a window with the last graphic. Is there a way to step through the demo command-by-command graphic-by-graphic, or, if not, how should I make use of (i.e. run) the demo? Thanks for any help
______________________________________________ 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.