Skip to content
Prev 627 / 3656 Next

fluxbox, ess and redrawing r windows

Hi all,

tyler ha scritto:
A couple of hints:

If you need comparing different plots viewing them in side-to-side 
windows, you can save them as .eps with a command like
R> dev2eps()
after each redraw of the window, and handle them with an external viewer.

If you need to view plots during your R elaboration but one after the 
other, you can make R wait for user signal (arrow, Enter...) to refresh 
the window just like some demos do, for example demo(graphics).

hope this helps, and good work with R and fluxbox!
cheers,

Anne who uses R with Kate ;)