Hi there, I've spent a while searching for ways of outputting table data from R in presentable formats, such as colored backgrounds for column headings, bold fonts etc. It appears that this is not possible, but I would be interested to learn if in fact there was a way of achieving this. Many thanks! [[alternative HTML version deleted]]
Please look at http://biostat.mc.vanderbilt.edu/twiki/pub/Main/StatReport/latexFineControl.pdf for ways to do fine control of tabular data formatting via Sweave. Bill Cunliffe wrote:> Hi there, > > > > I've spent a while searching for ways of outputting table data from R in > presentable formats, such as colored backgrounds for column headings, bold > fonts etc. It appears that this is not possible, but I would be interested > to learn if in fact there was a way of achieving this. > > > > Many thanks! > > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. >
Dear All, How come par(mfrow=c(1,2)) works with boxplot, but not with bwplot? #### This works par(mfrow=c(1,2)) boxplot(dv~index, depend) boxplot(dv~index, depend2) #### This does not work par(mfrow=c(1,2)) bwplot(index~dv, depend) bwplot(index~dv, depend2) Thanks, Kyle ******************************************************** Dr. J. Kyle Roberts Department of Literacy, Language and Learning School of Education and Human Development Southern Methodist University P.O. Box 750381 Dallas, TX 75275 214-768-4494 http://www.hlm-online.com/