[R] Turning windows screen buffering on and off
Philippe Grosjean
phgrosjean at sciviews.org
Fri Apr 16 10:15:56 CEST 2004
You can use flush.console() in your code wherever you want to print the
output immediatelly on screen in Rgui, even if it is in buffered output
mode. This is the most flexible option, because you decide exactly when to
update the output screen.
Best,
Philippe Grosjean
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch]On Behalf Of
Toby.Patterson at csiro.au
Sent: Friday, 16 April, 2004 06:38
To: R-help at stat.math.ethz.ch
Subject: RE: [R] Turning windows screen buffering on and off
I meant via a function or something like:
options( buffered.output = FALSE)
Sorry, I should have made that clearer.
Cheers
Toby
-----Original Message-----
From: Roger D. Peng [mailto:rpeng at jhsph.edu]
Sent: Friday, April 16, 2004 1:11 PM
To: Patterson, Toby (Marine, Hobart)
Cc: R-help at stat.math.ethz.ch
Subject: Re: [R] Turning windows screen buffering on and off
Ctrl-W.
-roger
Toby.Patterson at csiro.au wrote:
> All,
>
> Does anyone know if there is an option I can set to turn
screen-buffered
> output on and off with the win32 rgui? (Apart from the point and click
> method).
>
> I am running some simulations where it is useful to watch output but
it
> gets mildly tiresome having to manually switch things on and off via
the
> gui.
>
> Thanks
>
> Toby.
>
>
>>version
>
> _
> platform i386-pc-mingw32
> arch i386
> os mingw32
> system i386, mingw32
> status
> major 1
> minor 8.1
> year 2003
> month 11
> day 21
> language R
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
>
______________________________________________
R-help at stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list