Hi guys,

I tried to made the matrix with this size by either matrix() or array().
However, there seems to be default limit of number for rows made. I got sort
of error message from R .To be specific, 

m<--matrix(ncol=3,nrow=100000)

error message:[ reached getOption("max.print") -- omitted 66667 rows ]]

or

a<-array(dim=c(10000,3,10))

error message:reached getOption("max.print") -- omitted 6667 row(s) and 6
matrix slice(s) ]

Please help. 



-- 
View this message in context: 
http://www.nabble.com/artificial-data-matrix-with-100000-rows-tf4408895.html#a12577936
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@stat.math.ethz.ch 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