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.

______________________________________________
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