a <- matrix(0, nr=10000, nc=5) page(a, method="print") This works on Linux at least. Also, there might be a better way... Gabor
On Thu, Jun 15, 2006 at 04:00:40PM -0400, Heidi Savin wrote: > I'm an R newbie and I just have a simple question. > > I'm using interactive R on a linux box and I'm trying to find out if there's > a more or a less function. The data I want to look at is larger then my > screen size and all I end up seeing is the last fews line of data. Is there > a way that I can paginate through the data and the results of my summary > functions? > > thanks, > Heidi > > [[alternative HTML version deleted]] > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- Csardi Gabor <[EMAIL PROTECTED]> MTA RMKI, ELTE TTK ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
