Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-27 Thread John Kane via R-help
If you are working in LaTeX I'd suggest having a look at the R package  xtable with the  LaTeX package booktabs.  On Sunday, March 26, 2017 2:23 PM, MyCalendar wrote: Hi R'ers: After browsing for a good package for quality table construction, I found nothing. Any advice? Thanks Br

Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread Robert Baer
Quite nice Jim. A little par() magic, some well thought plot window dimensions, and good to go. I wasn't looking, but now that I've seen it, I can imagine uses. Bruce - see also https://cran.r-project.org/web/packages/xtable/vignettes/xtableGallery.pdf On 3/26/2017 4:28 PM, Jim Lemon wrote:

Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread Jim Lemon
Hi Bruce, Well, a start might be: bdf<-data.frame(Pre=sample(10:20,10), During=sample(8:18,10), EOT=sample(5:15,10),fu3mo=sample(7:17,10), fu6mo=sample(10:20,10)) rownames(bdf)<-paste("S",1:10,sep="") plot.new() library(plotrix) addtable2plot(0.15,0.2,bdf,display.rownames=TRUE, bty="o",vlines=

Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread Bert Gunter
Look again! (e.g. google "make tables in R") (Note that "quality table construction" is subjective and undefined, so it's up to you to either define them sufficiently for others or do your own research to see if what's out there meets your undefined criteria). Cheers, Bert Bert Gunter "The tr

Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread Richard M. Heiberger
I will assume that a "quality table" is a LaTeX tabular environment, possibly with some nested row or column structures. For that I recommend the latex function in the Hmisc package. The examples in ?latex are simple. Quite complex structures, for example, with nested sets of labled rows and col

Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread Duncan Murdoch
On 26/03/2017 1:16 PM, MyCalendar wrote: Hi R'ers: After browsing for a good package for quality table construction, I found nothing. Any advice? Try the task view on Reproducible research: . Duncan Murdoch ___

Re: [R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread Ista Zahn
You're going to have to be more specific. What output format? What packages did you find and in what ways are they unsatisfactory? Best, Ista On Mar 26, 2017 2:22 PM, "MyCalendar" wrote: Hi R'ers: After browsing for a good package for quality table construction, I found nothing. Any advice? Tha

[R] Presentation Quality Tables, e.g., Ten rows, Five columns, with nice headers

2017-03-26 Thread MyCalendar
Hi R'ers: After browsing for a good package for quality table construction, I found nothing. Any advice? Thanks Bruce --- __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do r