[R] Increasing the maximum number of rows

Wu Gong ghowoo at gmail.com
Sun May 23 04:31:55 CEST 2010


Might there be a limit ?

> c <- matrix(1:100000000, ncol=200)
> dim(c)
[1] 500000    200
> c <- matrix(1:1000000000, ncol=200)
Error: cannot allocate vector of size 3.7 Gb


-----
A R learner.
-- 
View this message in context: http://r.789695.n4.nabble.com/Increasing-the-maximum-number-of-rows-tp2226950p2227578.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list