Re: [R] print-show-display a matrix

2010-10-06 Thread alaios
Just to confirm that it works. Thanks for help. -- View this message in context: http://r.789695.n4.nabble.com/print-show-display-a-matrix-tp2954168p2964344.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing

[R] print-show-display a matrix

2010-10-04 Thread Alaios
Hello. I want to print the value a matrix has. The matrix's size is not too big (100*100 cells). I tried print(matrixname) but as it does not fit very well on my screen R splits it into several small matrixes that do overflow my screen. IS it possible somehow to display this matrix as one (even

Re: [R] print-show-display a matrix

2010-10-04 Thread jim holtman
?View On Mon, Oct 4, 2010 at 7:48 AM, Alaios wrote: > Hello. > I want to print the value a matrix has. The matrix's size is not too big > (100*100 cells). I tried print(matrixname) but as it does not fit very well on > my screen R splits it into several small matrixes that do overflow my screen.