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 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.


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

2010-10-04 Thread jim holtman
?View

On Mon, Oct 4, 2010 at 7:48 AM, Alaios ala...@yahoo.com 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.
 IS it possible somehow to display this matrix as one (even if this needs to go
 fullscreen) . There might be some function for that like plot cells or display
 matrixes.

 I would like to thank you in advance for your help

 Best Regards
 Alex



        [[alternative HTML version deleted]]

 __
 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.




-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?

__
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.


[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 if this needs to go 
fullscreen) . There might be some function for that like plot cells or display 
matrixes.

I would like to thank you in advance for your help

Best Regards
Alex


  
[[alternative HTML version deleted]]

__
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.