On 12-Mar-10 19:41:22, Ali Tofigh wrote:
> On Fri, Mar 12, 2010 at 14:27, Ted Harding
> <ted.hard...@manchester.ac.uk> wrote:
>> However, all that was a long time ago. Check 'page' in your
>> newer R!
> 
> Thanks for the tip. But I don't understand what page is supposed to
> do. For example,
> 
> page(1:3)
> 
> simply displays the text string "1:3" in less. And if I do
> 
> x <- 1:3
> page(x)
> 
> I still get a display of the text "1:3" in less. Not sure at all what
> page is good for...
> 
> /Ali

Try something like

   X <- cbind(rnorm(1000),runif(1000))
   page(X,method="print")

And see ?page

Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) <ted.hard...@manchester.ac.uk>
Fax-to-email: +44 (0)870 094 0861
Date: 12-Mar-10                                       Time: 22:45:40
------------------------------ XFMail ------------------------------

______________________________________________
R-help@r-project.org 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.

Reply via email to