Possible Duplicate:
Function to Clear the Console in R
In bash, its like this:
$ clear
And I believe it's CTL-L in the Windows version of R. But how do you clear the R console in Unix-type R Consoles? Do you need to write a special function and what would that look like?