Re: [R] command for stopping and then hit return and continue (fwd)

2006-11-09 Thread Jeffrey J. Hallman
[EMAIL PROTECTED] writes:
> -- Forwarded message --
> 
> is it possible to implement the same sort of thing when you aren't
> plotting. in other words, i am in a loop and each time through the loop
> i want to print a set of values, have it stop, then only have it
> continue when i hit return ? thanks.

readline("Hit  ")

-- 
Jeff

__
R-help@stat.math.ethz.ch 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.


[R] command for stopping and then hit return and continue (fwd)

2006-11-09 Thread Mark . Leeds


-- Forwarded message --
Date: Thu, 9 Nov 2006 16:38:46 -0500
From: "Leeds, Mark (IED)" <[EMAIL PROTECTED]>
To: "Leeds, Mark (IED)" <[EMAIL PROTECTED]>
Subject: command for stopping and then hit return and continue

when i do sequential plotting, i use the park(ask=TRUE) command so that
when a plot is plotted, i have to hit the return key before it goes to
the next one.

is it possible to implement the same sort of thing when you aren't
plotting. in other words, i am in a loop and each time through the loop
i want to print a set of values, have it stop, then only have it
continue when i hit return ? thanks.

__
R-help@stat.math.ethz.ch 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.