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 from the R help mailing list archive at Nabble.com.
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 <joda2457 at student.uu.se> wrote:> > 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 from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. >-- Joshua Wiley Ph.D. Student, Health Psychology University of California, Los Angeles http://www.joshuawiley.com/
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.
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 <joda2457 at student.uu.se> 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: http://r.789695.n4.nabble.com/Plot-table-as-table-tp2993270p2993297.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. >-- Joshua Wiley Ph.D. Student, Health Psychology University of California, Los Angeles http://www.joshuawiley.com/
Hi, grid.table in gridExtra might give you some inspiration. HTH, baptiste On 13 October 2010 10:14, Joel <joda2457 at student.uu.se> 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: http://r.789695.n4.nabble.com/Plot-table-as-table-tp2993270p2993297.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at 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. >--
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.
Also look at textplot in the gplots package and addtable2plot in the plotrix package. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111> -----Original Message----- > From: r-help-bounces at r-project.org [mailto:r-help-bounces at r- > project.org] On Behalf Of Joel > Sent: Wednesday, October 13, 2010 2:41 AM > To: r-help at 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 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 at 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.