[R] How can I display a characters table ?

2008-06-06 Thread Maura E Monville
I would like to generate a graphics text. I have a 67x2  table with
5-character string in col 1 and 2-character string in col 2.
Is it possible to make such a table appear on a graphics or a
message-box pop-up window ?

Thank you so much.
-- 
Maura E.M

__
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] How can I display a characters table ?

2008-06-06 Thread Katharine Mullen
Dear Maura,
try the function textplot from the package gplots.  you can say
textplot(yourmatrix) and get a plot of a character matrix.

On Fri, 6 Jun 2008, Maura E Monville wrote:

 I would like to generate a graphics text. I have a 67x2  table with
 5-character string in col 1 and 2-character string in col 2.
 Is it possible to make such a table appear on a graphics or a
 message-box pop-up window ?

 Thank you so much.
 --
 Maura E.M

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