[R] artificial data matrix with 100000 rows
kevinchang
shukai at seas.upenn.edu
Sun Sep 9 13:07:13 CEST 2007
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.
More information about the R-help
mailing list