Re: [R] Plot table as table

2010-10-13 Thread Greg Snow
n...@r- > project.org] On Behalf Of Joel > Sent: Wednesday, October 13, 2010 2:41 AM > To: r-help@r-project.org > Subject: Re: [R] Plot table as table > > > Thx for the ideas will try them out. > > Have a wonderful day > > //Joel > -- > View this message i

Re: [R] Plot table as table

2010-10-13 Thread Joel
Thx for the ideas will try them out. Have a wonderful day //Joel -- View this message in context: http://r.789695.n4.nabble.com/Plot-table-as-table-tp2993270p2993344.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.o

Re: [R] Plot table as table

2010-10-13 Thread baptiste auguie
Hi, grid.table in gridExtra might give you some inspiration. HTH, baptiste On 13 October 2010 10:14, Joel wrote: > > It should look something like this (not at all relevant except the look) > > http://r.789695.n4.nabble.com/file/n2993297/tableR19.jpg > -- > View this message in context: > htt

Re: [R] Plot table as table

2010-10-13 Thread Joshua Wiley
Oh, what about latex() in package Hmisc? Creating a table seems like more of a job for a typesetting program, conveniently R has great interfaces to many. You might also look at R2HTML and the ilk. On Wed, Oct 13, 2010 at 1:14 AM, Joel wrote: > > It should look something like this (not at all r

Re: [R] Plot table as table

2010-10-13 Thread Joel
It should look something like this (not at all relevant except the look) http://r.789695.n4.nabble.com/file/n2993297/tableR19.jpg -- View this message in context: http://r.789695.n4.nabble.com/Plot-table-as-table-tp2993270p2993297.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Plot table as table

2010-10-13 Thread Joshua Wiley
Seems like I must be missing something but ?plot specifically ?plot.table Is that not "ploted like a table"? If it is not, do you know of any examples we could look at? Cheers, Josh On Wed, Oct 13, 2010 at 1:00 AM, Joel wrote: > > The subject says it all :). > > So I have a table and I want

[R] Plot table as table

2010-10-13 Thread Joel
The subject says it all :). So I have a table and I want it do be ploted like a table so to say and cant find any function/package that dose it for me. Anyone know of one? //Joel -- View this message in context: http://r.789695.n4.nabble.com/Plot-table-as-table-tp2993270p2993270.html Sent fro