Re: [R] beginner's problem in displaying large data

2004-11-17 Thread Spencer Graves
Are you sure you are only getting the last 5 columns, rows 1723:2200? There isn't a scroll bar some place? What do you get from the following? (tst <- data.frame(array(rnorm(500), dim=c(500, 6 This should come in 2 sets of 500 rows, the first with 5 columns, the second

Re: [R] beginner's problem in displaying large data

2004-11-17 Thread Romain François
You can also try : ab <- matrix(rnorm(1),nc=5) edit(ab) Hope this helps. Spencer Graves a écrit : 1. Did you try "dim(sample.data)"? Is it actually 2200 by 15? Or are you reading in just some subset of the data? If it is 2200 by 15, could you also please do "class(sample.data)"?

Re: [R] beginner's problem in displaying large data

2004-11-16 Thread Spencer Graves
1. Did you try "dim(sample.data)"? Is it actually 2200 by 15? Or are you reading in just some subset of the data? If it is 2200 by 15, could you also please do "class(sample.data)"? 2. I just got a full listing from the following: (tst <- data.frame(array(rnorm(2200), dim=