RE: [R] how to seperate R's input and output screen?

2003-10-13 Thread Simon Fear
I use this template for all my script files: { # start source code group (for pretty echoing) # put your code in here } # end source code group If you have echo on, this makes all the code appear first in the {} group, then all the output. With echo off, the code is not echoed at all, and can

Re: [R] how to seperate R's input and output screen?

2003-10-13 Thread John Fox
Dear Yong Wang, At 01:35 PM 10/11/2003 -0500, Yong Wang wrote: Dear all can anybady tell me how to seperate R's input and output screen?I mean just like SAS or some others, the commands does not mixed with results. thank you You can create a split screen of this sort with the Emacs or Xemacs